Skip to content

Commit 00237e5

Browse files
authored
Fix GitHub token reference in CI workflow
1 parent bde3e68 commit 00237e5

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ jobs:
1414
- name: Install gh-aw
1515
run: gh extension install githubnext/gh-aw
1616
env:
17-
GH_TOKEN: ${{ secrets.GITHUBT_TOKEN }}
17+
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1818
- name: Verify gh-aw installation
1919
run: ./gh-aw --version
2020
env:
21-
GH_TOKEN: ${{ secrets.GITHUBT_TOKEN }}
21+
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2222
- name: Compile workflows
2323
run: ./gh-aw compile --workflows-dir workflows --verbose
2424
env:
25-
GH_TOKEN: ${{ secrets.GITHUBT_TOKEN }}
25+
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)