Skip to content

Commit 6258cd4

Browse files
committed
fix(CI): grant id-token for cosign
1 parent 3cf0b95 commit 6258cd4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ jobs:
1616
contains(fromJson('["push","pull_request"]'), github.event_name) &&
1717
github.ref == 'refs/heads/main'
1818
runs-on: ubuntu-latest
19+
permissions:
20+
contents: read
21+
packages: write
22+
id-token: write
1923
steps:
2024
- name: Build docker
2125
uses: meysam81/build-docker@main

0 commit comments

Comments
 (0)