Skip to content

Commit

Permalink
use GH token to access pkg registry
Browse files Browse the repository at this point in the history
  • Loading branch information
ngundotra committed Oct 24, 2024
1 parent 4483283 commit 289d01f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update_whitelist.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Run generate_dockerfiles.py
env:
USE_GHCR: "true"
GITHUB_TOKEN: ${{ steps.generate-token.outputs.token }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: uv run update_image_whitelist.py

- name: Create Pull Request
Expand Down

0 comments on commit 289d01f

Please sign in to comment.