try another token
This commit is contained in:
parent
639293067f
commit
0f9d27258f
1 changed files with 1 additions and 1 deletions
|
@ -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: ""
|
||||
|
|
Loading…
Reference in a new issue