Skip to content

ci(meta): Remove reserved secret name #2

ci(meta): Remove reserved secret name

ci(meta): Remove reserved secret name #2

Workflow file for this run

name: Publish Staging
on:
push:
branches:
- main
jobs:
publish_frontend:
uses: momentum-mod/website/.github/workflows/frontend_cf_pages.yml@main
with:
project_name: 'frontend-staging'
secrets: inherit
publish_backend:

Check failure on line 15 in .github/workflows/staging.yml

View workflow run for this annotation

GitHub Actions / Publish Staging

Invalid workflow file

The workflow is not valid. .github/workflows/staging.yml (Line: 15, Col: 3): Error calling workflow 'momentum-mod/website/.github/workflows/backend_docker_image.yml@main'. The nested job 'build' is requesting 'packages: write', but is only allowed 'packages: read'.
uses: momentum-mod/website/.github/workflows/backend_docker_image.yml@main
secrets: inherit