Skip to content

Commit 9b49163

Browse files
authored
Move perms up to job level
No idea if this will work #101
1 parent a9a629a commit 9b49163

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/pull-request.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
name: ValidatePR
22

3-
permissions:
4-
id-token: write
5-
contents: write
63
on:
74
pull_request:
85
branches: [ master ]
96

107
jobs:
118
buildAndVerify:
9+
permissions:
10+
id-token: write
11+
contents: write
1212
runs-on: ubuntu-latest
1313
env:
1414
STEP_S3_BUCKET: 'test.amazon-dynamodb-labs.com'

0 commit comments

Comments
 (0)