Skip to content

Commit

Permalink
Update add-issue-to-project.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
meganrm authored Jun 11, 2024
1 parent acea1ee commit af4067b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/add-issue-to-project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ jobs:
add-to-project:
name: Add issue to project
runs-on: ubuntu-latest
steps:
- uses: actions/add-to-project@v0.5.0
steps:
- uses: actions/add-to-project@v1.0.1
with:
project-url: https://github.com/orgs/mesoscope/projects/1
github-token: ${{ secrets.PROJECT_PAT }}

0 comments on commit af4067b

Please sign in to comment.