Skip to content

Commit da6250c

Browse files
authored
Update compile-workflows.yml
1 parent b766d99 commit da6250c

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/compile-workflows.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ jobs:
3333
- name: Install gh aw extension
3434
run: |
3535
gh extension install githubnext/gh-aw || gh extension upgrade githubnext/gh-aw
36+
env:
37+
GH_TOKEN: ${{ github.token }}
3638

3739
- name: Clean up existing lock files
3840
run: |
@@ -87,6 +89,8 @@ jobs:
8789
else
8890
echo "All workflows compiled successfully! 🎉"
8991
fi
92+
env:
93+
GH_TOKEN: ${{ github.token }}
9094

9195
- name: Check for generated YAML files
9296
run: |

0 commit comments

Comments
 (0)