diff --git a/.github/workflows/github_action_issue_to_project.yml b/.github/workflows/github_action_issue_to_project.yml index 92b383c26b..f0729857b3 100644 --- a/.github/workflows/github_action_issue_to_project.yml +++ b/.github/workflows/github_action_issue_to_project.yml @@ -11,7 +11,7 @@ jobs: name: Add issue to project view runs-on: ubuntu-latest steps: - - uses: actions/add-to-project@v1.02 + - uses: actions/add-to-project@RELEASE_VERSION with: project-url: https://github.com/orgs/evennia/projects/1 github-token: ${{ secrets.GITHUB_TOKEN }}