try another token
Some checks failed
goreleaser / goreleaser (push) Failing after 6s
/ test (push) Successful in 1m26s

This commit is contained in:
Joseph Hanson 2024-08-01 15:27:55 -05:00
parent 639293067f
commit 0f9d27258f
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o

View file

@ -31,7 +31,7 @@ jobs:
git checkout ${GITHUB_REF_NAME}
- name: Docker Login
run: |
echo ${{ secrets.GITHUB_TOKEN }} | docker login -u x-access-token --password-stdin git.hsn.dev
echo ${{ secrets.ACTIONS_RUNTIME_TOKEN }} | docker login -u x-access-token --password-stdin git.hsn.dev
- name: Run goreleaser
env:
GITHUB_TOKEN: ""