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
|
||||
container:
|
||||
image: ghcr.io/btclock/pyinstaller-wxpython-linux:latest
|
||||
username: dsbaars
|
||||
password: ${{ secrets.GH_TOKEN }}
|
||||
permissions:
|
||||
contents: write
|
||||
steps:
|
||||
|
|
Loading…
Reference in a new issue