1
0
Fork 0
mirror of https://github.com/imjasonh/testoidc synced 2026-07-14 17:05:33 +00:00

Merge pull request #7 from imjasonh/patch-1

Use GitHub Actions token to authorize push
This commit is contained in:
Luke Hinds 2021-10-01 21:35:08 +01:00 committed by GitHub
commit 894dc0f79d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,7 +22,7 @@ jobs:
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
password: ${{ github.token }}
- name: Install Cosign
uses: sigstore/cosign-installer@main
- name: Build and Push container images