diff --git a/.github/workflows/release-artifacts.yml b/.github/workflows/release-artifacts.yml index 91bd0fa..e3c7fcc 100644 --- a/.github/workflows/release-artifacts.yml +++ b/.github/workflows/release-artifacts.yml @@ -15,7 +15,7 @@ jobs: # For why we need to generate a token and not use the default - name: Generate token id: generate_token - uses: chanzuckerberg/github-app-token@v1.1.4 + uses: tibdex/github-app-token@v2@v1.1.4 with: app_id: ${{ secrets.CZI_RELEASE_PLEASE_APP_ID }} private_key: ${{ secrets.CZI_RELEASE_PLEASE_PK }}