Skip to content

Add in Awesome Opensource Email Resources List #17

Add in Awesome Opensource Email Resources List

Add in Awesome Opensource Email Resources List #17

Workflow file for this run

name: Add new issues to gomap project
on:
issues:
types:
- opened
jobs:
add:
name: Add issue to gomap project
runs-on: ubuntu-22.04
steps:
- name: add to project
uses: actions/[email protected]
with:
project-url: https://github.com/users/cwinters8/projects/2
github-token: ${{ secrets.PROJECT_PAT }}