mirror of
https://github.com/pterodactyl/panel.git
synced 2024-11-22 00:52:43 +01:00
ci: use GITHUB_TOKEN
for authenticating against ghcr.io
Signed-off-by: Matthew Penner <me@matthewp.io>
This commit is contained in:
parent
caab056256
commit
706db62c64
2
.github/workflows/docker.yaml
vendored
2
.github/workflows/docker.yaml
vendored
@ -49,7 +49,7 @@ jobs:
|
||||
with:
|
||||
registry: ghcr.io
|
||||
username: ${{ github.repository_owner }}
|
||||
password: ${{ secrets.REGISTRY_TOKEN }}
|
||||
password: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- name: Update version
|
||||
if: "github.event_name == 'release' && github.event.action == 'published'"
|
||||
|
Loading…
Reference in New Issue
Block a user