Skip to content

Commit

Permalink
Move perms up to job level
Browse files Browse the repository at this point in the history
No idea if this will work #101
  • Loading branch information
switch180 authored Dec 19, 2023
1 parent a9a629a commit 9b49163
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
name: ValidatePR

permissions:
id-token: write
contents: write
on:
pull_request:
branches: [ master ]

jobs:
buildAndVerify:
permissions:
id-token: write
contents: write
runs-on: ubuntu-latest
env:
STEP_S3_BUCKET: 'test.amazon-dynamodb-labs.com'
Expand Down

0 comments on commit 9b49163

Please sign in to comment.