Skip to content

Fix Local Use

Fix Local Use #16

Workflow file for this run

on:
push:
branches:
- main
pull_request:
branches:
- main
workflow_dispatch:
jobs:
test:
permissions:
contents: read
statuses: write
pull-requests: write
uses: ./.github/workflows/workflow.yml

Check failure on line 16 in .github/workflows/main.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/main.yml

Invalid workflow file

error parsing called workflow ".github/workflows/main.yml" -> "./.github/workflows/workflow.yml" : secret name `GITHUB_TOKEN` within `workflow_call` can not be used since it would collide with system reserved name
secrets:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CERTORAKEY: ${{ secrets.CERTORAKEY }}
with:
use-beta: true
configurations: |-
tests/conf1.conf
tests/conf2.conf
solc-versions: 0.7.6 0.8.1