Skip to content
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.

Commit

Permalink
Assign proper AWS permissions to github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
twaslowski committed Jan 20, 2024
1 parent 2126f0c commit 0962ac5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,11 @@ on:
branches: [ "main" ]

jobs:
build:
permissions:
contents: 'read'
id-token: 'write'

build:
runs-on: ubuntu-latest
steps:

Expand Down

0 comments on commit 0962ac5

Please sign in to comment.