diff --git a/.github/workflows/backport.yaml b/.github/workflows/backport.yaml index ace01837520b5..b76e3681b508b 100644 --- a/.github/workflows/backport.yaml +++ b/.github/workflows/backport.yaml @@ -24,8 +24,8 @@ jobs: id: generate_token uses: tibdex/github-app-token@b62528385c34dbc9f38e5f4225ac829252d1ea92 # v1.8.0 with: - app_id: ${{ secrets.REVIEWERS_APP_ID }} - private_key: ${{ secrets.REVIEWERS_PRIVATE_KEY }} + app-id: ${{ secrets.REVIEWERS_APP_ID }} + private-key: ${{ secrets.REVIEWERS_PRIVATE_KEY }} - name: Checkout repository uses: actions/checkout@v3 with: diff --git a/.github/workflows/bloat.yaml b/.github/workflows/bloat.yaml index dc983060f0a75..2065cfe442ad6 100644 --- a/.github/workflows/bloat.yaml +++ b/.github/workflows/bloat.yaml @@ -55,8 +55,8 @@ jobs: id: generate_token uses: tibdex/github-app-token@b62528385c34dbc9f38e5f4225ac829252d1ea92 # v1.8.0 with: - app_id: ${{ secrets.REVIEWERS_APP_ID }} - private_key: ${{ secrets.REVIEWERS_PRIVATE_KEY }} + app-id: ${{ secrets.REVIEWERS_APP_ID }} + private-key: ${{ secrets.REVIEWERS_PRIVATE_KEY }} - if: ${{ steps.cache-build-restore.outputs.cache-hit != 'true' }} name: Build base diff --git a/.github/workflows/check.yaml b/.github/workflows/check.yaml index f1135f8ad515a..e0e02f715be96 100644 --- a/.github/workflows/check.yaml +++ b/.github/workflows/check.yaml @@ -39,8 +39,8 @@ jobs: id: generate_token uses: tibdex/github-app-token@b62528385c34dbc9f38e5f4225ac829252d1ea92 # v1.8.0 with: - app_id: ${{ secrets.REVIEWERS_APP_ID }} - private_key: ${{ secrets.REVIEWERS_PRIVATE_KEY }} + app-id: ${{ secrets.REVIEWERS_APP_ID }} + private-key: ${{ secrets.REVIEWERS_PRIVATE_KEY }} # Checkout main branch of shared-workflow repository. - name: Checkout shared-workflow uses: actions/checkout@v3 diff --git a/.github/workflows/flaky-tests.yaml b/.github/workflows/flaky-tests.yaml index bbf83fc5ec9e2..96eedf95ecb1e 100644 --- a/.github/workflows/flaky-tests.yaml +++ b/.github/workflows/flaky-tests.yaml @@ -62,8 +62,8 @@ jobs: id: generate_token uses: tibdex/github-app-token@b62528385c34dbc9f38e5f4225ac829252d1ea92 # v1.8.0 with: - app_id: ${{ secrets.REVIEWERS_APP_ID }} - private_key: ${{ secrets.REVIEWERS_PRIVATE_KEY }} + app-id: ${{ secrets.REVIEWERS_APP_ID }} + private-key: ${{ secrets.REVIEWERS_PRIVATE_KEY }} - name: Checkout shared-workflows uses: actions/checkout@v3 diff --git a/.github/workflows/post-release.yaml b/.github/workflows/post-release.yaml index e0e8a881671dd..566a258baa0df 100644 --- a/.github/workflows/post-release.yaml +++ b/.github/workflows/post-release.yaml @@ -71,8 +71,8 @@ jobs: id: generate_token uses: tibdex/github-app-token@b62528385c34dbc9f38e5f4225ac829252d1ea92 # v1.8.0 with: - app_id: ${{ vars.APP_ID }} - private_key: ${{ secrets.PRIVATE_KEY }} + app-id: ${{ vars.APP_ID }} + private-key: ${{ secrets.PRIVATE_KEY }} - name: Checkout Release Branch uses: actions/checkout@v3 diff --git a/.github/workflows/update-ami-ids.yaml b/.github/workflows/update-ami-ids.yaml index cecf66dcdbb4e..165d288908f4b 100644 --- a/.github/workflows/update-ami-ids.yaml +++ b/.github/workflows/update-ami-ids.yaml @@ -31,8 +31,8 @@ jobs: id: generate_token uses: tibdex/github-app-token@b62528385c34dbc9f38e5f4225ac829252d1ea92 # v1.8.0 with: - app_id: ${{ vars.APP_ID }} - private_key: ${{ secrets.PRIVATE_KEY }} + app-id: ${{ vars.APP_ID }} + private-key: ${{ secrets.PRIVATE_KEY }} - name: Checkout repository uses: actions/checkout@v3