Skip to content

Commit

Permalink
Merge pull request #20 from windpioneers/add-issues-2
Browse files Browse the repository at this point in the history
Fix action
  • Loading branch information
thclark authored Jul 5, 2023
2 parents 5574034 + 695a149 commit eaea5a6
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/add-issues-to-board.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Add to Board
uses: monry/actions-add-issue-to-project@v1
uses: actions/add-to-project@v0.5.0
with:
# Personal Access Token with `repo`, `org:read` and `org:write` granted
project-url: https://github.com/orgs/windpioneers/projects/4
github-token: ${{ secrets.PROJECT_ISSUES_TOKEN_GITHUB }}
project-owner: "windpioneers"
project-number: 4
issue-id: ${{ github.event.issue.node_id }}

0 comments on commit eaea5a6

Please sign in to comment.