diff --git a/.github/workflows/draft-release-publish.yml b/.github/workflows/draft-release-publish.yml index a1628b7..e16e3d3 100644 --- a/.github/workflows/draft-release-publish.yml +++ b/.github/workflows/draft-release-publish.yml @@ -84,7 +84,7 @@ jobs: - name: Generate a token id: generate-token - uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1 + uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0 with: app-id: ${{ secrets.SDK_RELEASE_GITHUB_APP_ID }} private-key: ${{ secrets.SDK_RELEASE_GITHUB_APP_PRIVATE_KEY }}