Skip to content

micahalcorn is learning GitHub Actions #9

micahalcorn is learning GitHub Actions

micahalcorn is learning GitHub Actions #9

name: learn-github-actions
run-name: ${{ github.actor }} is learning GitHub Actions
on:
issues:
types: [opened]
jobs:
add-to-project:
name: Add issue to project
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
with:
project-url: https://github.com/orgs/OriginProtocol/projects/4
github-token: ${{ secrets.PROJECT_WORKFLOWS }}