diff --git a/.github/workflows/add-issues-to-project.yml b/.github/workflows/add-issues-to-project.yml index ccb77d7..a2dd579 100644 --- a/.github/workflows/add-issues-to-project.yml +++ b/.github/workflows/add-issues-to-project.yml @@ -13,11 +13,10 @@ jobs: name: Add issue to project runs-on: ubuntu-latest steps: - - uses: actions/add-to-project@244f685bbc3b7adfa8466e08b698b5577571133e + - uses: actions/add-to-project@5afcf98fcd03f1c2f92c3c83f58ae24323cc57fd #v2.0.0 with: # You can target a project in a different organization or user account # to the issue. # For organization projects: https://github.com/orgs/ORG_NAME/projects/PROJECT_NUMBER - # For user projects: https://github.com/users/USER_NAME/projects/PROJECT_NUMBER project-url: https://github.com/orgs/childrens-bti/projects/1 github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}