Skip to content

Commit

Permalink
Updating actions/add-to-project to 1.0.1 since Git complaining about …
Browse files Browse the repository at this point in the history
…node.js issue
  • Loading branch information
arlake228 authored May 14, 2024
1 parent b616bfa commit 81ade3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/project_auto_add_issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
# NOTE: "uses" cannot be a variable so name and version hard-coded here
- uses: actions/add-to-project@v0.5.0
- uses: actions/add-to-project@v1.0.1
with:
project-url: ${{ vars.PROJECT_PS_URL }}
github-token: ${{ secrets.PAT_PROJECT_PS_AUTO_ADD }}
github-token: ${{ secrets.PAT_PROJECT_PS_AUTO_ADD }}

0 comments on commit 81ade3d

Please sign in to comment.