diff --git a/.github/workflows/add-to-project.yml b/.github/workflows/add-to-project.yml index 1b472d931..e236f78d2 100644 --- a/.github/workflows/add-to-project.yml +++ b/.github/workflows/add-to-project.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Generate GitHub App token - uses: electron/github-app-auth-action@384fd19694fe7b6dcc9a684746c6976ad78228ae # v1.1.1 + uses: electron/github-app-auth-action@e14e47722ed120360649d0789e25b9baece12725 # v2.0.0 id: generate-token with: creds: ${{ secrets.ECOSYSTEM_ISSUE_TRIAGE_GH_APP_CREDS }} diff --git a/.github/workflows/update-docs.yml b/.github/workflows/update-docs.yml index c87499f0b..2498034f7 100644 --- a/.github/workflows/update-docs.yml +++ b/.github/workflows/update-docs.yml @@ -24,7 +24,7 @@ jobs: SHA: ${{ github.event.client_payload.sha || github.event.inputs.sha }} steps: - name: Generate GitHub App token (updater app) - uses: electron/github-app-auth-action@384fd19694fe7b6dcc9a684746c6976ad78228ae # v1.1.1 + uses: electron/github-app-auth-action@e14e47722ed120360649d0789e25b9baece12725 # v2.0.0 id: generate-token with: creds: ${{ secrets.DOCS_UPDATER_GH_APP_CREDS }}