Skip to content

Commit dcda5d0

Browse files
committed
ci: id-token write
1 parent a8949cc commit dcda5d0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ on:
1010
env:
1111
RUSTFLAGS: -Dwarnings
1212

13+
# required for AWS oidc
14+
permissions:
15+
id-token: write
16+
1317
jobs:
1418
build_and_test:
1519
name: Build and test

0 commit comments

Comments
 (0)