Skip to content

Commit

Permalink
Merge pull request #86 from ngundotra/update-whitelist
Browse files Browse the repository at this point in the history
use GH token to access pkg registry
  • Loading branch information
ngundotra authored Oct 24, 2024
2 parents e14fb2c + 289d01f commit 4a7665e
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 4a7665e

Please sign in to comment.