Add ghcr authentication
This commit is contained in:
parent
cd5f999cda
commit
807d4d0585
1 changed files with 2 additions and 0 deletions
|
@ -87,6 +87,8 @@ jobs:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
container:
|
container:
|
||||||
image: ghcr.io/btclock/pyinstaller-wxpython-linux:latest
|
image: ghcr.io/btclock/pyinstaller-wxpython-linux:latest
|
||||||
|
username: dsbaars
|
||||||
|
password: ${{ secrets.GH_TOKEN }}
|
||||||
permissions:
|
permissions:
|
||||||
contents: write
|
contents: write
|
||||||
steps:
|
steps:
|
||||||
|
|
Loading…
Reference in a new issue