Skip to content

Commit

Permalink
chore: add required env to the example
Browse files Browse the repository at this point in the history
  • Loading branch information
helciofranco committed Mar 18, 2024
1 parent c55fa6b commit c8aa28f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 3 additions & 1 deletion update-sdk/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ A github action to update the SDK packages.
```yml
- uses: FuelLabs/github-actions/update-sdk@master
with:
npm-tag: ${{ matrix.tag }}
npm-tag: ${{ matrix.tag }} # Or anything else
env:
GH_TOKEN: ${{ secrets.REPO_TOKEN }}
```
### Inputs
Expand Down
3 changes: 0 additions & 3 deletions update-sdk/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@ name: "SDK Outdated"
description: "Reusable workflow for update the SDK packages"

inputs:
token:
description: "Github Token"
default: ${{ github.token }}
repository:
description: "Github Repository"
default: ${{ github.repository }}
Expand Down

0 comments on commit c8aa28f

Please sign in to comment.