mirror of
https://github.com/balena-io/open-balena.git
synced 2025-01-11 07:23:01 +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]
|
types: [opened, synchronize, closed]
|
||||||
branches: [main, master]
|
branches: [main, master]
|
||||||
|
|
||||||
|
permissions:
|
||||||
|
id-token: "write" # AWS GitHub OIDC required: write (tests)
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
flowzone:
|
flowzone:
|
||||||
name: Flowzone
|
name: Flowzone
|
||||||
|
Loading…
Reference in New Issue
Block a user