Skip to content

.github: refactor into a reusable workflow #17

.github: refactor into a reusable workflow

.github: refactor into a reusable workflow #17

Workflow file for this run

name: Container Claus
on:
push:
branches:
- '**'
tags:
- '*'
workflow_dispatch:
jobs:
supervisor:

Check failure on line 12 in .github/workflows/build.yml

View workflow run for this annotation

GitHub Actions / Container Claus

Invalid workflow file

The workflow is not valid. .github/workflows/build.yml (Line: 12, Col: 3): Error calling workflow 'kernelkit/curiOS/.github/workflows/build-push.yml@82215703a076654007a394f29baccacf0870ba91'. The nested job 'build' is requesting 'packages: write', but is only allowed 'packages: read'. .github/workflows/build.yml (Line: 12, Col: 3): Error calling workflow 'kernelkit/curiOS/.github/workflows/build-push.yml@82215703a076654007a394f29baccacf0870ba91'. The nested job 'push' is requesting 'actions: 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', but is only allowed 'actions: none, checks: none, conte[...]
strategy:
matrix:
app: [curios]
uses: ./.github/workflows/build-push.yml
with:
app: ${{ matrix.app }}
ver: $(echo "${{ github.ref }}" | sed -e 's,.*/\(.*\),\1,')
secrets:
token: ${{ secrets.GITHUB_TOKEN }}