diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index a78e5586b..d90cb06a9 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -15,7 +15,7 @@ jobs: if: "${{ startsWith(github.event.head_commit.message, 'chore: release') }}" steps: - name: Generate GitHub token - uses: actions/create-github-app-token@v2 + uses: actions/create-github-app-token@v3 id: generate-token with: app-id: ${{ secrets.RELEASER_APP_ID }} diff --git a/.github/workflows/release-pr.yml b/.github/workflows/release-pr.yml index 2706b10ab..4b1eb94cf 100644 --- a/.github/workflows/release-pr.yml +++ b/.github/workflows/release-pr.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Generate GitHub token - uses: actions/create-github-app-token@v2 + uses: actions/create-github-app-token@v3 id: generate-token with: app-id: ${{ secrets.RELEASER_APP_ID }}