diff --git a/.github/workflows/draft-release-publish.yml b/.github/workflows/draft-release-publish.yml index 5d030a7..8b9f935 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@67018539274d69449ef7c02e8e71183d1719ab42 # v2.1.4 + uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1 with: app-id: ${{ secrets.SDK_RELEASE_GITHUB_APP_ID }} private-key: ${{ secrets.SDK_RELEASE_GITHUB_APP_PRIVATE_KEY }}