Skip to content

Commit

Permalink
Merge pull request #524 from balena-io/ab77/patch
Browse files Browse the repository at this point in the history
Tests require permissions: id-token: "write"
  • Loading branch information
flowzone-app[bot] authored Nov 28, 2024
2 parents 8f94bb2 + 46fe261 commit 8d8c5e2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/flowzone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ on:
types: [opened, synchronize, closed]
branches: [main, master]

permissions:
contents: read
id-token: "write" # AWS GitHub OIDC required: write
packages: read

jobs:
flowzone:
name: Flowzone
Expand Down

0 comments on commit 8d8c5e2

Please sign in to comment.