mirror of
https://github.com/imjasonh/testoidc
synced 2026-07-08 02:35:09 +00:00
Attempt to fix auth error
#7 changed auth from a PAT (you) to the GHA token, which seemingly only has access to push to this repo's packages.
This commit is contained in:
parent
894dc0f79d
commit
959e8ceab5
1 changed files with 2 additions and 2 deletions
4
.github/workflows/keyless-sign.yml
vendored
4
.github/workflows/keyless-sign.yml
vendored
|
|
@ -33,7 +33,7 @@ jobs:
|
|||
platforms: linux/amd64
|
||||
push: true
|
||||
tags: |
|
||||
ghcr.io/lukehinds/cosign-oidc:${{ github.sha }}
|
||||
ghcr.io/lukehinds/testoidc/cosign-oidc:${{ github.sha }}
|
||||
- name: Sign image
|
||||
run: |
|
||||
cosign sign ghcr.io/lukehinds/cosign-oidc:${{ github.sha }}
|
||||
cosign sign ghcr.io/lukehinds/testoidc/cosign-oidc:${{ github.sha }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue