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