Skip to content

Commit 26c977d

Browse files
committed
set id-token write
1 parent ab73719 commit 26c977d

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ on:
66
pull_request:
77
branches: [main]
88

9+
permissions:
10+
id-token: write
11+
contents: read
12+
913
concurrency:
1014
group: ci-${{ github.ref }}
1115
cancel-in-progress: true

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ on:
66
- "v*"
77

88
permissions:
9-
contents: write
9+
id-token: write
10+
contents: read
1011

1112
concurrency:
1213
group: release-${{ github.ref }}

0 commit comments

Comments
 (0)