Skip to content

need to defer Porter storage initialization after config loaded #4

need to defer Porter storage initialization after config loaded

need to defer Porter storage initialization after config loaded #4

Workflow file for this run

name: porter/porter-canary
on:
push:
branches:
- main
- release/*
jobs:
build_pipelinesrelease_template:

Check failure on line 8 in .github/workflows/porter-canary.yml

View workflow run for this annotation

GitHub Actions / porter/porter-canary

Invalid workflow file

The workflow is not valid. .github/workflows/porter-canary.yml (Line: 8, Col: 3): Error calling workflow 'cnap-tech/porter/.github/workflows/build_pipelinesrelease_template.yml@b89898ce57a4e02ccce9a0714783947d6f34cf53'. The nested job 'publish_binaries' is requesting 'actions: write, attestations: write, checks: write, contents: write, deployments: write, discussions: write, issues: write, packages: write, pages: write, pull-requests: write, repository-projects: write, statuses: write, security-events: write, id-token: wr[...] .github/workflows/porter-canary.yml (Line: 8, Col: 3): Error calling workflow 'cnap-tech/porter/.github/workflows/build_pipelinesrelease_template.yml@b89898ce57a4e02ccce9a0714783947d6f34cf53'. The nested job 'publish-ghcr' is requesting 'actions: write, attestations: write, checks: write, contents: write, deployments: write, discussions: write, issues: write, packages: write, pages: write, pull-requests: write, repository-projects: write, statuses: write, security-events: write, id-token: write'[...]
name: build_pipelinesrelease_template
uses: ./.github/workflows/build_pipelinesrelease_template.yml
with:
registry: ghcr.io/getporter
shouldPublish: true
skipTests: false
secrets: inherit