chore(ci): remove debug steps after token verification successful
Build and Deploy / Build and Push Docker Image (push) Successful in 1m59s
Build and Deploy / Build and Push Docker Image (push) Successful in 1m59s
This commit is contained in:
@@ -51,14 +51,6 @@ jobs:
|
||||
fi
|
||||
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
|
||||
run: |
|
||||
cd /tmp
|
||||
@@ -83,7 +75,6 @@ jobs:
|
||||
env:
|
||||
TOKEN: ${{ secrets.TOKEN }}
|
||||
run: |
|
||||
echo "Token length: ${#TOKEN}"
|
||||
echo "$TOKEN" | docker login ${{ env.REGISTRY }} -u admin --password-stdin
|
||||
|
||||
- name: Build Docker image
|
||||
|
||||
Reference in New Issue
Block a user