Skip to content

Commit 08eefb7

Browse files
committed
add permissions to read aws credentials
1 parent a929354 commit 08eefb7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release-udp-exporter.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ on:
1313
env:
1414
AWS_DEFAULT_REGION: us-east-1
1515

16+
permissions:
17+
id-token: write
18+
contents: write
19+
1620
jobs:
1721
build-test-publish:
1822
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)