diff --git a/update-sdk/README.md b/update-sdk/README.md index 4caee7d..b56e84f 100644 --- a/update-sdk/README.md +++ b/update-sdk/README.md @@ -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 diff --git a/update-sdk/action.yaml b/update-sdk/action.yaml index af9ccec..906d1b9 100644 --- a/update-sdk/action.yaml +++ b/update-sdk/action.yaml @@ -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 }}