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 b766d99 commit da6250cCopy full SHA for da6250c
1 file changed
.github/workflows/compile-workflows.yml
@@ -33,6 +33,8 @@ jobs:
33
- name: Install gh aw extension
34
run: |
35
gh extension install githubnext/gh-aw || gh extension upgrade githubnext/gh-aw
36
+ env:
37
+ GH_TOKEN: ${{ github.token }}
38
39
- name: Clean up existing lock files
40
@@ -87,6 +89,8 @@ jobs:
87
89
else
88
90
echo "All workflows compiled successfully! 🎉"
91
fi
92
93
94
95
- name: Check for generated YAML files
96
0 commit comments