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.
2 parents e14fb2c + 289d01f commit 4a7665eCopy full SHA for 4a7665e
.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: ${{ steps.generate-token.outputs.token }}
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
43
run: uv run update_image_whitelist.py
44
45
- name: Create Pull Request
0 commit comments