Skip to content

Commit

Permalink
Update publishimage.yml (ossf#1977)
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentsimon committed Jun 1, 2022
1 parent 608da94 commit 23523f6
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/publishimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,7 @@

name: publishimage

permissions:
contents: read
id-token: write
packages: write
permissions: read-all

on:
push:
Expand All @@ -30,6 +27,10 @@ jobs:
unit-test:
name: publishimage
runs-on: ubuntu-latest
permissions:
contents: read
id-token: write
packages: write
env:
COSIGN_EXPERIMENTAL: "true"
steps:
Expand Down

0 comments on commit 23523f6

Please sign in to comment.