Use a PAT.
This commit is contained in:
parent
7d373af45d
commit
0904d5c385
@ -12,8 +12,8 @@ jobs:
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
registry: git.hl.srp.life
|
||||
username: ${{ github.actor }}
|
||||
password: ${{ secrets.GITHUB_TOKEN }}
|
||||
username: ${{ gitea.repository_owner }}
|
||||
password: ${{ secrets.ACTIONS_KEY }}
|
||||
- name: checkout code
|
||||
uses: actions/checkout@v4
|
||||
- name: build and push to registry
|
||||
|
Loading…
Reference in New Issue
Block a user