build: use FORGEJO_TOKEN_WRITE_PACKAGE to authenticate
This commit is contained in:
parent
dd00371e97
commit
352731f6ec
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ jobs:
|
|||
docker tag git.kemitix.net/kemitix/rust:latest git.kemitix.net/kemitix/rust:${{ env.GITHUB_REF_NAME }}
|
||||
|
||||
- name: Login
|
||||
run: docker login --username kemitix --password ${{ secrets.FORGE_USER_PASSWORD }} git.kemitix.net
|
||||
run: docker login git.kemitix.net --username kemitix --password ${{ secrets.FORGEJO_TOKEN_WRITE_PACKAGE }}
|
||||
|
||||
- name: Publish
|
||||
run: |
|
||||
|
|
Loading…
Add table
Reference in a new issue