Skip to content

Fix Local Use

Fix Local Use #15

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
secrets:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

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

View workflow run for this annotation

GitHub Actions / .github/workflows/main.yml

Invalid workflow file

The workflow is not valid. .github/workflows/main.yml (Line: 18, Col: 21): Invalid secret, GITHUB_TOKEN is not defined in the referenced workflow.
CERTORAKEY: ${{ secrets.CERTORAKEY }}
with:
use-beta: true
configurations: |-
tests/conf1.conf
tests/conf2.conf
solc-versions: 0.7.6 0.8.1