Skip to content

Commit

Permalink
fix(ci): build and test use github token
Browse files Browse the repository at this point in the history
replace PAT with github_token
  • Loading branch information
samugi authored and locao committed Mar 5, 2024
1 parent 336849d commit 3f546f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
- name: Download runtimes file
uses: Kong/gh-storage/download@v1
env:
GITHUB_TOKEN: ${{ secrets.PAT }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
repo-path: Kong/gateway-action-storage/main/.ci/runtimes.json

Expand Down

0 comments on commit 3f546f0

Please sign in to comment.