diff --git a/.github/workflows/builder.yml b/.github/workflows/builder.yml index 1b3216cc1..5c0a7539c 100644 --- a/.github/workflows/builder.yml +++ b/.github/workflows/builder.yml @@ -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