Skip to content

Need to build twice

Need to build twice #4

Workflow file for this run

name: Add issues to the REPL project
on:
issues:
types:
- opened
jobs:
add-to-project:
name: Add issue to project
runs-on: ubuntu-latest
steps:
- uses: actions/add-to-project@v0.3.0
with:
project-url: https://github.com/orgs/aeternity/projects/7
github-token: ${{ secrets.GITHUB_TOKEN }}