Skip to content

Commit

Permalink
Add debugging step to check token presence
Browse files Browse the repository at this point in the history
  • Loading branch information
Geczy committed Dec 25, 2023
1 parent f7b0d00 commit 88f6036
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ jobs:
steps:
- uses: actions/checkout@v4

# Debugging step to check the token's presence (DO NOT print the token itself)
- name: Debugging token presence
run: |
echo "Token length: ${#GHA_READ_PKG}"
# Step 1: Fetch current image manifests
- name: Fetch current manifests
run: |
Expand Down

0 comments on commit 88f6036

Please sign in to comment.