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 214ba84 commit 1b5337eCopy full SHA for 1b5337e
.github/workflows/update_whitelist.yaml
@@ -39,7 +39,7 @@ jobs:
39
- name: Run generate_dockerfiles.py
40
env:
41
USE_GHCR: "true"
42
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GITHUB_TOKEN: ${{ steps.generate-token.outputs.token }}
43
run: uv run update_image_whitelist.py
44
45
- name: Create Pull Request
0 commit comments