diff --git a/.github/workflows/draft-release-publish.yml b/.github/workflows/draft-release-publish.yml index bfbc9b3..6588fe3 100644 --- a/.github/workflows/draft-release-publish.yml +++ b/.github/workflows/draft-release-publish.yml @@ -89,7 +89,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@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0 with: app-id: ${{ secrets.SDK_RELEASE_GITHUB_APP_ID }} private-key: ${{ secrets.SDK_RELEASE_GITHUB_APP_PRIVATE_KEY }}