Skip to content

Commit e7df61c

Browse files
committed
chore: add id-token permission for Docker build jobs
1 parent 044dad9 commit e7df61c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

‎.github/workflows/docker-build-push.yml‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
permissions:
2424
contents: read
2525
packages: write
26+
id-token: write
2627

2728
steps:
2829
- name: Checkout repository
@@ -66,6 +67,7 @@ jobs:
6667
permissions:
6768
contents: read
6869
packages: write
70+
id-token: write
6971

7072
steps:
7173
- name: Checkout repository

0 commit comments

Comments
 (0)