We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bde3e68 commit 00237e5Copy full SHA for 00237e5
1 file changed
.github/workflows/ci.yml
@@ -14,12 +14,12 @@ jobs:
14
- name: Install gh-aw
15
run: gh extension install githubnext/gh-aw
16
env:
17
- GH_TOKEN: ${{ secrets.GITHUBT_TOKEN }}
+ GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
18
- name: Verify gh-aw installation
19
run: ./gh-aw --version
20
21
22
- name: Compile workflows
23
run: ./gh-aw compile --workflows-dir workflows --verbose
24
25
0 commit comments