0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-21 06:02:32 -05:00

Cleanup github token usage

This commit is contained in:
SorsOps 2024-05-28 09:58:15 +02:00
parent d1fc43d8d6
commit eeb87e49a2
No known key found for this signature in database
GPG key ID: E9EC78C740654016
2 changed files with 2 additions and 2 deletions

View file

@ -30,7 +30,7 @@ jobs:
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GHCR_TOKEN }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Docker meta
id: meta

View file

@ -31,7 +31,7 @@ jobs:
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GHCR_TOKEN }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Docker meta
id: meta