Use GITHUB_TOKEN in build-dockers.yml instead of a PAT

This commit is contained in:
Arjan H
2024-07-09 18:36:21 +02:00
committed by GitHub
parent 4eb3ad877c
commit 728bcb2a33

View File

@@ -95,7 +95,7 @@ jobs:
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.ACTION_PAT }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and push
uses: docker/build-push-action@v6