diff --git a/.github/workflows/add-to-project.yml b/.github/workflows/add-to-project.yml index 140524d..9cce4cb 100644 --- a/.github/workflows/add-to-project.yml +++ b/.github/workflows/add-to-project.yml @@ -33,7 +33,7 @@ jobs: uses: hmarr/debug-action@v2.1.0 - id: bot-token name: Get bot token - uses: actions/create-github-app-token@v1.6.2 + uses: actions/create-github-app-token@v1.6.3 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 67e1abc..eef1654 100644 --- a/.github/workflows/auto-merge.yml +++ b/.github/workflows/auto-merge.yml @@ -30,7 +30,7 @@ jobs: uses: hmarr/debug-action@v2.1.0 - id: bot-token name: Get bot token - uses: actions/create-github-app-token@v1.6.2 + uses: actions/create-github-app-token@v1.6.3 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 6e40760..fedb56c 100644 --- a/.github/workflows/auto-review.yml +++ b/.github/workflows/auto-review.yml @@ -37,7 +37,7 @@ jobs: uses: hmarr/debug-action@v2.1.0 - id: bot-token name: Get bot token - uses: actions/create-github-app-token@v1.6.2 + uses: actions/create-github-app-token@v1.6.3 with: app-id: ${{ secrets.BOT_APP_ID }} private-key: ${{ secrets.BOT_PRIVATE_KEY }} diff --git a/.github/workflows/dependabot-rebuild.yml b/.github/workflows/dependabot-rebuild.yml index 64e8632..07cdcf3 100644 --- a/.github/workflows/dependabot-rebuild.yml +++ b/.github/workflows/dependabot-rebuild.yml @@ -47,7 +47,7 @@ jobs: uses: hmarr/debug-action@v2.1.0 - id: bot-token name: Get bot token - uses: actions/create-github-app-token@v1.6.2 + uses: actions/create-github-app-token@v1.6.3 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 e487341..1adfdf4 100644 --- a/.github/workflows/infrastructure.yml +++ b/.github/workflows/infrastructure.yml @@ -45,7 +45,7 @@ jobs: uses: hmarr/debug-action@v2.1.0 - id: bot-token name: Get bot token - uses: actions/create-github-app-token@v1.6.2 + uses: actions/create-github-app-token@v1.6.3 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 9277886..2c20c6c 100644 --- a/.github/workflows/release-chore.yml +++ b/.github/workflows/release-chore.yml @@ -100,7 +100,7 @@ jobs: steps: - id: bot-token name: Get bot token - uses: actions/create-github-app-token@v1.6.2 + uses: actions/create-github-app-token@v1.6.3 with: app-id: ${{ secrets.BOT_APP_ID }} private-key: ${{ secrets.BOT_PRIVATE_KEY }} @@ -127,7 +127,7 @@ jobs: steps: - id: bot-token name: Get bot token - uses: actions/create-github-app-token@v1.6.2 + uses: actions/create-github-app-token@v1.6.3 with: app-id: ${{ secrets.BOT_APP_ID }} private-key: ${{ secrets.BOT_PRIVATE_KEY }} @@ -196,7 +196,7 @@ jobs: steps: - id: bot-token name: Get bot token - uses: actions/create-github-app-token@v1.6.2 + uses: actions/create-github-app-token@v1.6.3 with: app-id: ${{ secrets.BOT_APP_ID }} private-key: ${{ secrets.BOT_PRIVATE_KEY }}