Fix attestation permissions and remove github-token parameter
This commit is contained in:
parent
3c174aa5cb
commit
b15bd9685c
1 changed files with 2 additions and 2 deletions
4
.github/workflows/push.yml
vendored
4
.github/workflows/push.yml
vendored
|
|
@ -18,7 +18,7 @@ jobs:
|
||||||
contents: read
|
contents: read
|
||||||
packages: write
|
packages: write
|
||||||
id-token: write
|
id-token: write
|
||||||
security-events: write
|
attestations: write
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
|
|
@ -70,4 +70,4 @@ jobs:
|
||||||
with:
|
with:
|
||||||
subject-digest: ${{ steps.capture-digest.outputs.digest }}
|
subject-digest: ${{ steps.capture-digest.outputs.digest }}
|
||||||
subject-name: ${{ steps.meta.outputs.tags }}
|
subject-name: ${{ steps.meta.outputs.tags }}
|
||||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
push-to-registry: true
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue