diff --git a/.github/workflows/add_to_project.yml b/.github/workflows/add_to_project.yml index 5e7832d..830b888 100644 --- a/.github/workflows/add_to_project.yml +++ b/.github/workflows/add_to_project.yml @@ -1,20 +1,19 @@ name: Add to Project on: - #pull_request_target: - #pull_request: - # types: - # - opened + pull_request: + types: + - opened issues: types: - opened jobs: add-to-project: - name: Add issues to formulation project + name: Add issues and PRs to formulation project runs-on: ubuntu-latest steps: - uses: actions/add-to-project@v0.6.1 with: project-url: https://github.com/orgs/NOAA-OWP/projects/30 - github-token: ${{ secrets.TEST-CFE-2 }} + github-token: ${{ secrets.FORMULATION_PROJECT_ADD_TOKEN }}