Skip to content

CI :: Using binaries from EVMC release #96

CI :: Using binaries from EVMC release

CI :: Using binaries from EVMC release #96

name: "Build_Test_Deploy"
on:
workflow_dispatch:
# Just run it
pull_request:
branches: [main, develop]
paths-ignore:
- "**/README.md"
push:
branches: [main, develop]
tags:
- "v*"
paths-ignore:
- "**/README.md"
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
env:
EVM_DEPLOYER: ${{ secrets.EVM_DEPLOYER }}
jobs:
build-test-deploy:
uses: ./.github/workflows/build-test.yml

Check failure on line 26 in .github/workflows/build-test-deploy.yml

View workflow run for this annotation

GitHub Actions / Build_Test_Deploy

Invalid workflow file

The workflow is not valid. In .github/workflows/build-test-deploy.yml (Line: 26, Col: 11): Error from called workflow bitfinity-network/ckERC20/.github/workflows/build-test.yml@c077f5b0a590c3c63ca67ff4b658914a351a015d (Line: 76, Col: 20): Unrecognized named-value: 'secrets'. Located at position 1 within expression: secrets.GH_TMP_TOKEN
with:
installation-method: upgrade
secrets:
EVM_DEPLOYER: ${{ secrets.EVM_DEPLOYER }}
GH_PKG_LOGIN: ${{ secrets.GH_PKG_LOGIN }}
GH_PKG_TOKEN: ${{ secrets.GH_PKG_TOKEN }}
GH_TMP_TOKEN: ${{ secrets.GH_TEMP_RO_TOKEN }}
SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}