Skip to content

Commit

Permalink
Added check for token
Browse files Browse the repository at this point in the history
  • Loading branch information
andyroode committed Jan 21, 2025
1 parent 54fbf66 commit 1f10d24
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4

- name: Debug Token Permissions
run: |
echo "Token permissions:"
curl -u ${{ github.actor }}:${{ secrets.GITHUB_TOKEN }} https://ghcr.io/v2/
- name: Log in to the Container registry
uses: docker/login-action@v3
with:
Expand Down

0 comments on commit 1f10d24

Please sign in to comment.