Skip to content

Commit 7ff6853

Browse files
committed
feat: add GITHUB_TOKEN environment variable for improved authentication in workflow
1 parent 8fd8fa4 commit 7ff6853

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/generate-examples.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,8 @@ jobs:
199199
else
200200
echo "ℹ️ No existing auto_examples found in releases, will build from scratch"
201201
fi
202+
env:
203+
GITHUB_TOKEN: ${{ github.token }}
202204

203205
- name: Get last successful workflow commit
204206
id: last-success

0 commit comments

Comments
 (0)