Skip to content

chore(deps): lock file maintenance (#523) #2

chore(deps): lock file maintenance (#523)

chore(deps): lock file maintenance (#523) #2

Workflow file for this run

name: "Push"
on:
push:
branches: [main]
pull_request: {}
jobs:
build:
name: Build 🛠️
uses: ./.github/workflows/run_build.yml
package:
name: Package 📦
uses: ./.github/workflows/run_package.yml
needs:
- build
secrets:
APPX_SIGNING_CERT: ${{ secrets.APPX_SIGNING_CERT }}
CERT_ALGORITHM: ${{ secrets.CERT_ALGORITHM }}
checks:
name: Checks 📋
uses: ./.github/workflows/run_checks.yml
tests:
name: Tests 🧪
uses: ./.github/workflows/run_tests.yml
needs:
- build
docs:

Check failure on line 32 in .github/workflows/on_push.yml

View workflow run for this annotation

GitHub Actions / Push

Invalid workflow file

The workflow is not valid. .github/workflows/on_push.yml (Line: 32, Col: 3): Error calling workflow 'terlar/NixOS-WSL/.github/workflows/run_docs.yml@f373ad59ae5866f0f98216bd5c71526b373450d2'. The workflow is requesting 'pages: write, id-token: write', but is only allowed 'pages: none, id-token: none'.
name: Docs 📕
uses: ./.github/workflows/run_docs.yml