Skip to content

Commit 72c0952

Browse files
committed
Update GitHub Actions workflows to include permissions for id-token and attestations
1 parent 41bb94f commit 72c0952

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/docker-build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ jobs:
2020
permissions:
2121
contents: read
2222
packages: write
23+
id-token: write
24+
attestations: write
2325

2426
steps:
2527
- name: Checkout repository

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ jobs:
1515
permissions:
1616
contents: write
1717
packages: write
18+
id-token: write
19+
attestations: write
1820

1921
steps:
2022
- name: Checkout repository

0 commit comments

Comments
 (0)