mirror of
https://github.com/ossf/scorecard.git
synced 2024-11-04 03:52:31 +03:00
Update publishimage.yml (#1977)
This commit is contained in:
parent
608da94aaf
commit
23523f6d09
9
.github/workflows/publishimage.yml
vendored
9
.github/workflows/publishimage.yml
vendored
@ -14,10 +14,7 @@
|
||||
|
||||
name: publishimage
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
id-token: write
|
||||
packages: write
|
||||
permissions: read-all
|
||||
|
||||
on:
|
||||
push:
|
||||
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user