Skip to content

Commit

Permalink
Publishing new version
Browse files Browse the repository at this point in the history
  • Loading branch information
luiguild committed Oct 10, 2024
1 parent f689e60 commit 0da3f56
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/delete.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Build the action
run: npm run build
- name: Run the action
uses: atelier-saulx/[email protected].4
uses: atelier-saulx/[email protected].5
with:
userID: ${{ secrets.BASED_USER_ID }}
apiKey: ${{ secrets.BASED_API_KEY }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Build the action
run: npm run build
- name: Run the action
uses: atelier-saulx/[email protected].4
uses: atelier-saulx/[email protected].5
with:
userID: ${{ secrets.BASED_USER_ID }}
apiKey: ${{ secrets.BASED_API_KEY }}
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ A Success/Error message containing the Based CLI output.
* Note that you must use 'userID' and 'apiKey' as the env's variable's names.

```yaml
uses: atelier-saulx/[email protected].4
uses: atelier-saulx/[email protected].5
with:
userID: ${{ secrets.BASED_USER_ID }}
apiKey: ${{ secrets.BASED_API_KEY }}
Expand Down

0 comments on commit 0da3f56

Please sign in to comment.