Skip to content

Commit 278ea79

Browse files
committed
AST-22341 Add permissions to workflow
aws-actions/configure-aws-credentials#271
1 parent 8eedec1 commit 278ea79

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ on:
55
tags:
66
- "*"
77

8+
permissions:
9+
id-token: write
10+
contents: read
11+
812
jobs:
913
build:
1014
runs-on: macos-latest

0 commit comments

Comments
 (0)