diff --git a/.github/workflows/sync-main-to-other-branches.yml b/.github/workflows/sync-main-to-other-branches.yml index af3dfbf..a5a1bce 100644 --- a/.github/workflows/sync-main-to-other-branches.yml +++ b/.github/workflows/sync-main-to-other-branches.yml @@ -75,7 +75,7 @@ jobs: name: Sync to ${{ matrix.target_branch }} branch steps: - name: Create token for PR creation - uses: actions/create-github-app-token@v1 + uses: actions/create-github-app-token@v2 id: generate-token with: app-id: ${{ secrets.SYNC_APP_ID }} diff --git a/.github/workflows/sync-to-ai-llm-template.yml b/.github/workflows/sync-to-ai-llm-template.yml index 9c48424..ff644a2 100644 --- a/.github/workflows/sync-to-ai-llm-template.yml +++ b/.github/workflows/sync-to-ai-llm-template.yml @@ -48,7 +48,7 @@ jobs: contents: write pull-requests: write steps: - - uses: actions/create-github-app-token@v1 + - uses: actions/create-github-app-token@v2 id: generate-token with: app-id: ${{ secrets.SYNC_APP_ID }}