diff --git a/.github/workflows/create-release.yaml b/.github/workflows/create-release.yaml index 7458f22..e82ca7a 100644 --- a/.github/workflows/create-release.yaml +++ b/.github/workflows/create-release.yaml @@ -9,10 +9,10 @@ jobs: create-release: runs-on: ubuntu-latest steps: - - uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3 + - uses: actions/create-github-app-token@7bd03711494f032dfa3be3558f7dc8787b0be333 # v3 id: app-token with: - app-id: ${{ vars.APP_ID }} + client-id: ${{ vars.APP_ID }} private-key: ${{ secrets.APP_PRIVATE_KEY }} - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 with: diff --git a/.github/workflows/pull-request.yaml b/.github/workflows/pull-request.yaml index da57e35..e54fba6 100644 --- a/.github/workflows/pull-request.yaml +++ b/.github/workflows/pull-request.yaml @@ -9,10 +9,10 @@ jobs: update-changelog: runs-on: ubuntu-latest steps: - - uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3 + - uses: actions/create-github-app-token@7bd03711494f032dfa3be3558f7dc8787b0be333 # v3 id: app-token with: - app-id: ${{ vars.APP_ID }} + client-id: ${{ vars.APP_ID }} private-key: ${{ secrets.APP_PRIVATE_KEY }} - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 with: diff --git a/.github/workflows/push.yaml b/.github/workflows/push.yaml index 0f767be..2fbaf80 100644 --- a/.github/workflows/push.yaml +++ b/.github/workflows/push.yaml @@ -30,10 +30,10 @@ jobs: needs: build runs-on: ubuntu-latest steps: - - uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3 + - uses: actions/create-github-app-token@7bd03711494f032dfa3be3558f7dc8787b0be333 # v3 id: app-token with: - app-id: ${{ vars.APP_ID }} + client-id: ${{ vars.APP_ID }} private-key: ${{ secrets.APP_PRIVATE_KEY }} - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 with: