Skip to content

Commit

Permalink
fix: replace GH_ACTION_TOKEN with CUSTOM_GITHUB_TOKEN
Browse files Browse the repository at this point in the history
Signed-off-by: Derek Su <[email protected]>
  • Loading branch information
derekbit authored and innobead committed Oct 7, 2024
1 parent be5f5e1 commit 196bb70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-csi-sidecar-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
runs-on: ubuntu-latest

env:
GITHUB_TOKEN: ${{ secrets.GH_ACTION_TOKEN }}
GITHUB_TOKEN: ${{ secrets.CUSTOM_GITHUB_TOKEN }}

permissions:
contents: write
Expand Down

0 comments on commit 196bb70

Please sign in to comment.