Skip to content

Commit

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

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

0 comments on commit 14ced18

Please sign in to comment.