diff --git a/.github/workflows/project-automation.yml b/.github/workflows/project-automation.yml index bf34f2e6078f..433f17d17a59 100644 --- a/.github/workflows/project-automation.yml +++ b/.github/workflows/project-automation.yml @@ -17,7 +17,7 @@ jobs: - name: Check if PR is in project continue-on-error: true id: check_project - uses: github/update-project-action@f980378bc179626af5b4e20ec05ec39c7f7a6f6d + uses: github/update-project-action@21f8a8478d7c5253e166ee62517d3a942b170fa4 with: github_token: ${{ secrets.GH_PROJECT_AUTOMATION }} organization: getsentry @@ -45,7 +45,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Update status to in_progress - uses: github/update-project-action@f980378bc179626af5b4e20ec05ec39c7f7a6f6d + uses: github/update-project-action@21f8a8478d7c5253e166ee62517d3a942b170fa4 with: github_token: ${{ secrets.GH_PROJECT_AUTOMATION }} organization: getsentry @@ -66,7 +66,7 @@ jobs: steps: - name: Update status to in_review id: update_status - uses: github/update-project-action@f980378bc179626af5b4e20ec05ec39c7f7a6f6d + uses: github/update-project-action@21f8a8478d7c5253e166ee62517d3a942b170fa4 with: github_token: ${{ secrets.GH_PROJECT_AUTOMATION }} organization: getsentry @@ -87,7 +87,7 @@ jobs: steps: - name: Update status to done id: update_status - uses: github/update-project-action@f980378bc179626af5b4e20ec05ec39c7f7a6f6d + uses: github/update-project-action@21f8a8478d7c5253e166ee62517d3a942b170fa4 with: github_token: ${{ secrets.GH_PROJECT_AUTOMATION }} organization: getsentry