Skip to content

Commit

Permalink
fix: need to rename secret name
Browse files Browse the repository at this point in the history
  • Loading branch information
Github Actions committed Sep 19, 2023
1 parent 79791a3 commit 98d3fa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on:
- ubuntu-latest
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.PAT_TOKEN }}
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit 98d3fa6

Please sign in to comment.