diff --git a/.github/workflows/add-to-project.yml b/.github/workflows/add-to-project.yml index ebe4881..67b1ee2 100644 --- a/.github/workflows/add-to-project.yml +++ b/.github/workflows/add-to-project.yml @@ -33,7 +33,7 @@ jobs: uses: hmarr/debug-action@v3.0.0 - id: bot-token name: Get bot token - uses: actions/create-github-app-token@v2.0.6 + uses: actions/create-github-app-token@v2.1.1 with: app-id: ${{ secrets.BOT_APP_ID }} private-key: ${{ secrets.BOT_PRIVATE_KEY }} diff --git a/.github/workflows/auto-merge.yml b/.github/workflows/auto-merge.yml index 34f9f49..6f1ca3c 100644 --- a/.github/workflows/auto-merge.yml +++ b/.github/workflows/auto-merge.yml @@ -35,7 +35,7 @@ jobs: uses: hmarr/debug-action@v3.0.0 - id: bot-token name: Get bot token - uses: actions/create-github-app-token@v2.0.6 + uses: actions/create-github-app-token@v2.1.1 with: app-id: ${{ secrets.BOT_APP_ID }} private-key: ${{ secrets.BOT_PRIVATE_KEY }} diff --git a/.github/workflows/auto-review.yml b/.github/workflows/auto-review.yml index 2456b7d..97f2969 100644 --- a/.github/workflows/auto-review.yml +++ b/.github/workflows/auto-review.yml @@ -43,7 +43,7 @@ jobs: uses: hmarr/debug-action@v3.0.0 - id: bot-token name: Get bot token - uses: actions/create-github-app-token@v2.0.6 + uses: actions/create-github-app-token@v2.1.1 with: app-id: ${{ secrets.BOT_APP_ID }} private-key: ${{ secrets.BOT_PRIVATE_KEY }} diff --git a/.github/workflows/dependabot-dedupe.yml b/.github/workflows/dependabot-dedupe.yml index e833c65..30bb96a 100644 --- a/.github/workflows/dependabot-dedupe.yml +++ b/.github/workflows/dependabot-dedupe.yml @@ -42,7 +42,7 @@ jobs: uses: hmarr/debug-action@v3.0.0 - id: bot-token name: Get bot token - uses: actions/create-github-app-token@v2.0.6 + uses: actions/create-github-app-token@v2.1.1 with: app-id: ${{ secrets.BOT_APP_ID }} private-key: ${{ secrets.BOT_PRIVATE_KEY }} diff --git a/.github/workflows/infrastructure.yml b/.github/workflows/infrastructure.yml index 0895e07..924a55b 100644 --- a/.github/workflows/infrastructure.yml +++ b/.github/workflows/infrastructure.yml @@ -45,7 +45,7 @@ jobs: uses: hmarr/debug-action@v3.0.0 - id: bot-token name: Get bot token - uses: actions/create-github-app-token@v2.0.6 + uses: actions/create-github-app-token@v2.1.1 with: app-id: ${{ secrets.BOT_APP_ID }} private-key: ${{ secrets.BOT_PRIVATE_KEY }} diff --git a/.github/workflows/release-chore.yml b/.github/workflows/release-chore.yml index 9f46c1e..52c3601 100644 --- a/.github/workflows/release-chore.yml +++ b/.github/workflows/release-chore.yml @@ -103,7 +103,7 @@ jobs: steps: - id: bot-token name: Get bot token - uses: actions/create-github-app-token@v2.0.6 + uses: actions/create-github-app-token@v2.1.1 with: app-id: ${{ secrets.BOT_APP_ID }} private-key: ${{ secrets.BOT_PRIVATE_KEY }} @@ -130,7 +130,7 @@ jobs: steps: - id: bot-token name: Get bot token - uses: actions/create-github-app-token@v2.0.6 + uses: actions/create-github-app-token@v2.1.1 with: app-id: ${{ secrets.BOT_APP_ID }} private-key: ${{ secrets.BOT_PRIVATE_KEY }} @@ -190,7 +190,7 @@ jobs: steps: - id: bot-token name: Get bot token - uses: actions/create-github-app-token@v2.0.6 + uses: actions/create-github-app-token@v2.1.1 with: app-id: ${{ secrets.BOT_APP_ID }} private-key: ${{ secrets.BOT_PRIVATE_KEY }}