Add ghcr authentication

This commit is contained in:
Djuri 2024-12-31 12:20:20 +01:00
parent cd5f999cda
commit 807d4d0585

View file

@ -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: