Skip to content

Commit

Permalink
ci: Remove version from add-issues-to-project action
Browse files Browse the repository at this point in the history
  • Loading branch information
vogelino committed May 2, 2024
1 parent 33f27b8 commit 67d3f36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/add-issues-to-project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
name: Add issue to project if tagged "project"
runs-on: ubuntu-latest
steps:
- uses: actions/add-to-project@1.0.1
- uses: actions/add-to-project
with:
project-url: https://github.com/orgs/SocialChangeLab/projects/2
github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}
Expand Down

0 comments on commit 67d3f36

Please sign in to comment.