diff --git a/.github/workflows/backport.yml b/.github/workflows/backport.yml index 89f94a25..31348dcb 100644 --- a/.github/workflows/backport.yml +++ b/.github/workflows/backport.yml @@ -13,10 +13,10 @@ jobs: if: github.event.pull_request.merged steps: - name: Get Github App Token - uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1 + uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1 id: app-token with: - app-id: ${{ vars.APP_ID }} + client-id: ${{ vars.FFMUC_BOT_CLIENT_ID }} private-key: ${{ secrets.PRIVATE_KEY }} - name: Clone Firmware diff --git a/.github/workflows/bump-modules.yml b/.github/workflows/bump-modules.yml index 6531f31f..cde1341a 100644 --- a/.github/workflows/bump-modules.yml +++ b/.github/workflows/bump-modules.yml @@ -12,10 +12,10 @@ jobs: uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: Get Github App Token - uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1 + uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1 id: app-token with: - app-id: ${{ vars.APP_ID }} + client-id: ${{ vars.FFMUC_BOT_CLIENT_ID }} private-key: ${{ secrets.PRIVATE_KEY }} - name: Get GitHub App User ID diff --git a/.github/workflows/update-targets.yml b/.github/workflows/update-targets.yml index 298d84ae..73c7d363 100644 --- a/.github/workflows/update-targets.yml +++ b/.github/workflows/update-targets.yml @@ -21,10 +21,10 @@ jobs: uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: Get Github App Token - uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1 + uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1 id: app-token with: - app-id: ${{ vars.APP_ID }} + client-id: ${{ vars.FFMUC_BOT_CLIENT_ID }} private-key: ${{ secrets.PRIVATE_KEY }} - name: Get GitHub App User ID