mirror of
https://github.com/imjasonh/testoidc
synced 2026-07-22 15:59:56 +00:00
Merge pull request #7 from imjasonh/patch-1
Use GitHub Actions token to authorize push
This commit is contained in:
commit
894dc0f79d
1 changed files with 1 additions and 1 deletions
2
.github/workflows/keyless-sign.yml
vendored
2
.github/workflows/keyless-sign.yml
vendored
|
|
@ -22,7 +22,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
registry: ghcr.io
|
registry: ghcr.io
|
||||||
username: ${{ github.repository_owner }}
|
username: ${{ github.repository_owner }}
|
||||||
password: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
|
password: ${{ github.token }}
|
||||||
- name: Install Cosign
|
- name: Install Cosign
|
||||||
uses: sigstore/cosign-installer@main
|
uses: sigstore/cosign-installer@main
|
||||||
- name: Build and Push container images
|
- name: Build and Push container images
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue