fix(workflows): github token does not have access to push
See: https://codeberg.org/forgejo/forgejo/issues/3571
This commit is contained in:
parent
085359dea0
commit
ac2abce96a
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
registry: git.brmartin.co.uk
|
registry: git.brmartin.co.uk
|
||||||
username: ben
|
username: ben
|
||||||
password: ${{ github.token }}
|
password: ${{ secrets.PACKAGE_TOKEN }}
|
||||||
|
|
||||||
- name: Set up QEMU
|
- name: Set up QEMU
|
||||||
uses: docker/setup-qemu-action@v3
|
uses: docker/setup-qemu-action@v3
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue