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