Skip to content

Update balena/open-balena-api Docker tag to v31.2.22 #2789

Update balena/open-balena-api Docker tag to v31.2.22

Update balena/open-balena-api Docker tag to v31.2.22 #2789

Workflow file for this run

name: Flowzone
on:
pull_request:
types: [opened, synchronize, closed]
branches: [main, master]
pull_request_target:
types: [opened, synchronize, closed]
branches: [main, master]
jobs:
flowzone:
name: Flowzone
uses: product-os/flowzone/.github/workflows/flowzone.yml@master
# prevent duplicate workflow executions for pull_request and pull_request_target
if: |
(
github.event.pull_request.head.repo.full_name == github.repository &&
github.event_name == 'pull_request'
) || (
github.event.pull_request.head.repo.full_name != github.repository &&
github.event_name == 'pull_request_target'
)
secrets: inherit
with:
jobs_timeout_minutes: 60
cloudflare_website: open-balena
balena_slugs: |
balena/open-balena
tests:

Check failure on line 31 in .github/workflows/flowzone.yml

View workflow run for this annotation

GitHub Actions / Flowzone

Invalid workflow file

The workflow is not valid. .github/workflows/flowzone.yml (Line: 31, Col: 3): Error calling workflow 'balena-io/open-balena/.github/workflows/tests.yml@6b3c4ee7a92d0658c660420d5eacb6cc979b07cd'. The workflow is requesting 'id-token: write', but is only allowed 'id-token: none'.
name: openBalena tests
uses: ./.github/workflows/tests.yml
needs: [flowzone]
if: |
((
github.event.pull_request.head.repo.full_name == github.repository &&
github.event_name == 'pull_request'
) || (
github.event.pull_request.head.repo.full_name != github.repository &&
github.event_name == 'pull_request_target'
)) && github.event.action != 'closed'
secrets: inherit