diff --git a/.github/workflows/pr.yaml b/.github/workflows/pr.yaml index c822036d3..670a7625c 100644 --- a/.github/workflows/pr.yaml +++ b/.github/workflows/pr.yaml @@ -66,7 +66,7 @@ jobs: # We also need to use the personal access token here. As subsequent # actions will not trigger by tags/pushes that use `GITHUB_TOKEN` # https://github.com/orgs/community/discussions/25702#discussioncomment-3248819 - token: ${{ secrets.COMPONENT_ACCESS_TOKEN }} + token: ${{ secrets.GITHUB_TOKEN }} # This is broken in checkout@v4... # https://github.com/actions/checkout/issues/1781 fetch-tags: true