diff --git a/.github/workflows/bench-all-runtimes.yml b/.github/workflows/bench-all-runtimes.yml index 7dc8f283091..1b88b1224da 100644 --- a/.github/workflows/bench-all-runtimes.yml +++ b/.github/workflows/bench-all-runtimes.yml @@ -133,7 +133,7 @@ jobs: path: patches # needs to be able to trigger CI - - uses: actions/create-github-app-token@v2 + - uses: actions/create-github-app-token@v3 id: generate_token with: app-id: ${{ secrets.CMD_BOT_APP_ID }} diff --git a/.github/workflows/benchmarks-networking.yml b/.github/workflows/benchmarks-networking.yml index 46e0df5489e..4d3220b259e 100644 --- a/.github/workflows/benchmarks-networking.yml +++ b/.github/workflows/benchmarks-networking.yml @@ -80,7 +80,7 @@ jobs: git config --global --add safe.directory '*' ls -lsR ./charts - - uses: actions/create-github-app-token@v2 + - uses: actions/create-github-app-token@v3 id: app-token with: app-id: ${{ secrets.POLKADOTSDK_GHPAGES_APP_ID }} diff --git a/.github/workflows/benchmarks-subsystem.yml b/.github/workflows/benchmarks-subsystem.yml index 0f14db82067..29ccb7009b1 100644 --- a/.github/workflows/benchmarks-subsystem.yml +++ b/.github/workflows/benchmarks-subsystem.yml @@ -96,7 +96,7 @@ jobs: git config --global --add safe.directory '*' ls -lsR ./charts - - uses: actions/create-github-app-token@v2 + - uses: actions/create-github-app-token@v3 id: app-token with: app-id: ${{ secrets.POLKADOTSDK_GHPAGES_APP_ID }} diff --git a/.github/workflows/cmd.yml b/.github/workflows/cmd.yml index 11abc6ddae8..f27a1d039c2 100644 --- a/.github/workflows/cmd.yml +++ b/.github/workflows/cmd.yml @@ -19,7 +19,7 @@ jobs: steps: - name: Generate token id: generate_token - uses: actions/create-github-app-token@v2 + uses: actions/create-github-app-token@v3 with: app-id: ${{ secrets.CMD_BOT_APP_ID }} private-key: ${{ secrets.CMD_BOT_APP_KEY }} @@ -442,7 +442,7 @@ jobs: runs-on: ubuntu-latest steps: # needs to be able to trigger CI, as default token does not retrigger - - uses: actions/create-github-app-token@v2 + - uses: actions/create-github-app-token@v3 id: generate_token with: app-id: ${{ secrets.CMD_BOT_APP_ID }} diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index aa7a55b7be6..4e4d1c310d0 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -122,7 +122,7 @@ jobs: - uses: actions/checkout@v6.0.2 with: ref: gh-pages - - uses: actions/create-github-app-token@v2 + - uses: actions/create-github-app-token@v3 id: app-token with: app-id: ${{ secrets.POLKADOTSDK_GHPAGES_APP_ID }} diff --git a/.github/workflows/misc-sync-templates.yml b/.github/workflows/misc-sync-templates.yml index 6b3bab03e81..8cea6da7e7f 100644 --- a/.github/workflows/misc-sync-templates.yml +++ b/.github/workflows/misc-sync-templates.yml @@ -119,7 +119,7 @@ jobs: if: matrix.template != 'solochain' - name: Generate a token for the template repository id: app_token - uses: actions/create-github-app-token@v2 + uses: actions/create-github-app-token@v3 with: owner: "paritytech" repositories: "polkadot-sdk-${{ matrix.template }}-template" diff --git a/.github/workflows/release-10_branchoff-stable.yml b/.github/workflows/release-10_branchoff-stable.yml index a2a7da5e544..0a86b292a6b 100644 --- a/.github/workflows/release-10_branchoff-stable.yml +++ b/.github/workflows/release-10_branchoff-stable.yml @@ -54,7 +54,7 @@ jobs: - name: Generate content write token for the release automation id: generate_write_token - uses: actions/create-github-app-token@v2 + uses: actions/create-github-app-token@v3 with: app-id: ${{ vars.RELEASE_AUTOMATION_APP_ID }} private-key: ${{ secrets.RELEASE_AUTOMATION_APP_PRIVATE_KEY }} diff --git a/.github/workflows/release-11_rc-automation.yml b/.github/workflows/release-11_rc-automation.yml index 8df3f6493d2..8c0b7f415aa 100644 --- a/.github/workflows/release-11_rc-automation.yml +++ b/.github/workflows/release-11_rc-automation.yml @@ -38,7 +38,7 @@ jobs: - name: Generate content write token for the release automation id: generate_write_token - uses: actions/create-github-app-token@v2 + uses: actions/create-github-app-token@v3 with: app-id: ${{ vars.RELEASE_AUTOMATION_APP_ID }} private-key: ${{ secrets.RELEASE_AUTOMATION_APP_PRIVATE_KEY }} diff --git a/.github/workflows/release-30_publish_release_draft.yml b/.github/workflows/release-30_publish_release_draft.yml index 4ac787601be..31183fd72cd 100644 --- a/.github/workflows/release-30_publish_release_draft.yml +++ b/.github/workflows/release-30_publish_release_draft.yml @@ -123,7 +123,7 @@ jobs: - name: Generate content write token for the release automation id: generate_write_token - uses: actions/create-github-app-token@v2 + uses: actions/create-github-app-token@v3 with: app-id: ${{ vars.POLKADOT_SDK_RELEASE_RW_APP_ID }} private-key: ${{ secrets.POLKADOT_SDK_RELEASE_RW_APP_KEY }} @@ -165,7 +165,7 @@ jobs: - name: Generate content write token for the release automation id: generate_write_token - uses: actions/create-github-app-token@v2 + uses: actions/create-github-app-token@v3 with: app-id: ${{ vars.POLKADOT_SDK_RELEASE_RW_APP_ID }} private-key: ${{ secrets.POLKADOT_SDK_RELEASE_RW_APP_KEY }} @@ -211,7 +211,7 @@ jobs: - name: Generate content write token for the release automation id: generate_write_token - uses: actions/create-github-app-token@v2 + uses: actions/create-github-app-token@v3 with: app-id: ${{ vars.POLKADOT_SDK_RELEASE_RW_APP_ID }} private-key: ${{ secrets.POLKADOT_SDK_RELEASE_RW_APP_KEY }} diff --git a/.github/workflows/review-bot.yml b/.github/workflows/review-bot.yml index 87be84e9e57..7b5582f68ee 100644 --- a/.github/workflows/review-bot.yml +++ b/.github/workflows/review-bot.yml @@ -18,7 +18,7 @@ jobs: steps: - name: Generate token id: app_token - uses: actions/create-github-app-token@v2 + uses: actions/create-github-app-token@v3 with: app-id: ${{ secrets.REVIEW_APP_ID }} private-key: ${{ secrets.REVIEW_APP_KEY }}