mirror of
https://github.com/balena-io/open-balena.git
synced 2024-12-18 21:27:52 +00:00
Tests require permissions: id-token: "write"
change-type: patch
This commit is contained in:
parent
8f94bb2d1b
commit
c23c2f6373
3
.github/workflows/flowzone.yml
vendored
3
.github/workflows/flowzone.yml
vendored
@ -8,6 +8,9 @@ on:
|
||||
types: [opened, synchronize, closed]
|
||||
branches: [main, master]
|
||||
|
||||
permissions:
|
||||
id-token: "write" # AWS GitHub OIDC required: write (tests)
|
||||
|
||||
jobs:
|
||||
flowzone:
|
||||
name: Flowzone
|
||||
|
Loading…
Reference in New Issue
Block a user