Skip to content

Commit 5688e8d

Browse files
authored
ci: Add id-token permissions to support WIF (#118)
[skip ci]
1 parent 93c0a01 commit 5688e8d

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/pull_request.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ on:
44
branches: [ master ]
55
types: [ opened, synchronize, reopened ]
66

7+
permissions:
8+
contents: read
9+
id-token: write
10+
711
env:
812
MAVEN_INIT: 'false'
913

.github/workflows/release.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ on:
44
push:
55
branches: [ master ]
66

7+
permissions:
8+
contents: read
9+
id-token: write
10+
711
env:
812
MAVEN_INIT: 'false'
913

0 commit comments

Comments
 (0)