Skip to content

Commit 615c5f6

Browse files
Authenticate workflow compilation in CI
Expose the read-only job token to gh-aw so generated action references resolve consistently with committed lock files. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
1 parent 97b70e5 commit 615c5f6

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/validate-agentic-workflows.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ jobs:
3838

3939
- name: Validate compiled workflows
4040
shell: bash
41+
env:
42+
GH_TOKEN: ${{ github.token }}
4143
run: |
4244
orphaned=0
4345
while IFS= read -r lock_file; do

0 commit comments

Comments
 (0)