actions_token
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 45s

This commit is contained in:
2026-02-01 00:30:15 -08:00
parent 439dc9ddef
commit b7df8c0cc3

View File

@@ -13,7 +13,7 @@ jobs:
# We use single quotes around the secret to prevent shell interpretation # We use single quotes around the secret to prevent shell interpretation
# and the VM IP to bypass the 'server' DNS issue. # and the VM IP to bypass the 'server' DNS issue.
run: | run: |
echo '${{ secrets.GITEA_TOKEN }}' | docker login https://git.chopark.home --username ${{ github.actor }} --password-stdin echo '${{ secrets.ACTIONS_TOKEN }}' | docker login https://git.chopark.home --username ${{ github.actor }} --password-stdin
- name: Build and Push Docker Image - name: Build and Push Docker Image
run: | run: |