Skip to content

Commit dbb4de3

Browse files
authored
Add missing token permission for OIDC login
1 parent 4de5d59 commit dbb4de3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ env:
1616
VersionPrefix: 42.42.${{ github.run_number }}
1717
VersionLabel: ${{ github.ref }}
1818

19+
permissions:
20+
id-token: write
21+
contents: read
22+
1923
jobs:
2024
build:
2125
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)