Skip to content

Scaffold

Scaffold #1

Workflow file for this run

name: Test Runner
on:
push:
branches: [main, master]
pull_request:
branches: [main, master]
workflow_dispatch:
concurrency:
group: 'pages'
cancel-in-progress: true
jobs:
execute:
uses: interceptorxx/interceptorxx.github.io/.github/workflows/tests.yaml@main
with:
username: interceptorxx
secrets:
token: ${{ secrets.envPAT }}
artifact:

Check failure on line 22 in .github/workflows/main.yaml

View workflow run for this annotation

GitHub Actions / Test Runner

Invalid workflow file

The workflow is not valid. .github/workflows/main.yaml (Line: 22, Col: 3): Error calling workflow 'interceptorxx/interceptorxx.github.io/.github/workflows/deploy.yaml@main'. The workflow is requesting 'pages: write, id-token: write', but is only allowed 'pages: none, id-token: none'.
if: always()
needs: [execute]
uses: interceptorxx/interceptorxx.github.io/.github/workflows/deploy.yaml@main
with:
username: interceptorxx
secrets:
token: ${{ secrets.envPAT }}