diff --git a/.github/workflows/add-to-project.yml b/.github/workflows/add-to-project.yml index d001a47..455736f 100644 --- a/.github/workflows/add-to-project.yml +++ b/.github/workflows/add-to-project.yml @@ -10,7 +10,7 @@ jobs: name: Add issue to project runs-on: ubuntu-latest steps: - - uses: actions/add-to-project@RELEASE_VERSION + - uses: actions/add-to-project@v0.5.0 with: project-url: https://github.com/orgs/cern-sis/projects/1 github-token: ${{ secrets.CERN_SIS_BOT_PAT }}