Skip to content

Update Splice from CCI (#411) #1

Update Splice from CCI (#411)

Update Splice from CCI (#411) #1

Workflow file for this run

name: CI post-merge to main or release-line branches
on:
push:
branches:
- 'main'
- 'release-line-**'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: false
permissions:
id-token: write # Required for GCP Workload Identity for failure notifications
contents: read
pull-requests: read # Required for the static tests
issues: read # Required for the static tests
jobs:
ci:

Check failure on line 19 in .github/workflows/post_merge.yml

View workflow run for this annotation

GitHub Actions / CI post-merge to main or release-line branches

Invalid workflow file

The workflow is not valid. .github/workflows/post_merge.yml (Line: 19, Col: 3): Error calling workflow 'hyperledger-labs/splice/.github/workflows/build.yml@d1fcffd92854b4ffefab51b71bb3780239d89340'. The nested job 'cancel_if_not_opt_in' is requesting 'actions: write', but is only allowed 'actions: none'.
uses: ./.github/workflows/build.yml
secrets: inherit