added token
This commit is contained in:
@@ -13,6 +13,7 @@ jobs:
|
|||||||
repository: arr/profilarr
|
repository: arr/profilarr
|
||||||
ref: develop
|
ref: develop
|
||||||
server-url: https://git.hisp.no
|
server-url: https://git.hisp.no
|
||||||
|
token: ${{ secrets.REGISTRY_PASSWORD }}
|
||||||
|
|
||||||
- name: Log in to Gitea container registry
|
- name: Log in to Gitea container registry
|
||||||
run: echo "${{ secrets.REGISTRY_PASSWORD }}" | docker login git.hisp.no -u "${{ secrets.REGISTRY_USERNAME }}" --password-stdin
|
run: echo "${{ secrets.REGISTRY_PASSWORD }}" | docker login git.hisp.no -u "${{ secrets.REGISTRY_USERNAME }}" --password-stdin
|
||||||
|
|||||||
Reference in New Issue
Block a user