debug(ci): add token debug step to verify secret is passed correctly
Build and Deploy / Build and Push Docker Image (push) Failing after 0s
Build and Deploy / Build and Push Docker Image (push) Failing after 0s
This commit is contained in:
@@ -51,6 +51,14 @@ jobs:
|
|||||||
fi
|
fi
|
||||||
node --version
|
node --version
|
||||||
|
|
||||||
|
- name: Debug Token
|
||||||
|
run: |
|
||||||
|
echo "Token length: ${#TOKEN}"
|
||||||
|
echo "Token first 4 chars: ${TOKEN:0:4}"
|
||||||
|
echo "Token last 4 chars: ${TOKEN: -4}"
|
||||||
|
env:
|
||||||
|
TOKEN: ${{ secrets.TOKEN }}
|
||||||
|
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
run: |
|
run: |
|
||||||
cd /tmp
|
cd /tmp
|
||||||
|
|||||||
Reference in New Issue
Block a user