Use GITHUB_TOKEN instead.
This commit is contained in:
parent
a6d5e4c037
commit
47ce1ace67
@ -13,7 +13,7 @@ jobs:
|
||||
with:
|
||||
registry: git.hl.srp.life
|
||||
username: ${{ gitea.actor }}
|
||||
password: ${{ secrets.GITEA_TOKEN }}
|
||||
password: ${{ secrets.GITHUB_TOKEN }}
|
||||
- name: checkout code
|
||||
uses: actions/checkout@v4
|
||||
- name: build and push to registry
|
||||
|
Loading…
Reference in New Issue
Block a user