This repository has been archived by the owner on Mar 27, 2024. It is now read-only.
Migration to FaustJS for Headless WordPress #35
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Issue To Project | |
on: | |
issues: | |
types: [opened] | |
jobs: | |
add_to_project: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Add To GitHub projects | |
uses: actions/add-to-project@v0.5.0 | |
with: | |
project-url: "https://github.com/orgs/doras-to/projects/1" | |
github-token: ${{ secrets.my_token }} |