diff --git a/.github/workflows/manual-release.yml b/.github/workflows/manual-release.yml index 625fcd4c..51d411de 100644 --- a/.github/workflows/manual-release.yml +++ b/.github/workflows/manual-release.yml @@ -104,7 +104,7 @@ jobs: run: | echo "Manual draft release for tag: ${{ steps.release.outputs.tag_name }}" - - uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v2 + - uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v2 id: app-token with: app-id: ${{ secrets.APP_ID }}