From e6392c5cff4c4faddc505d274ba1f26433e4417c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=81=9F=E3=81=A4=E3=81=9E=E3=81=86?= Date: Mon, 29 Jan 2024 22:21:59 +0900 Subject: [PATCH] Update CI --- .github/workflows/sync.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/workflows/sync.yml b/.github/workflows/sync.yml index 3caf3e6..ef48448 100644 --- a/.github/workflows/sync.yml +++ b/.github/workflows/sync.yml @@ -9,14 +9,15 @@ jobs: if: ${{ !contains(github.event.head_commit.message, '[skip sync]') }} steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Generate GitHub App installation token id: generate_token - uses: tibdex/github-app-token@v1 + uses: tibdex/github-app-token@v2 with: - repository: BitRemote-Team/BitRemoteDev - app_id: ${{ secrets.AUTHORIZATION_APP_ID }} - private_key: ${{ secrets.AUTHORIZATION_APP_PRIVATE_KEY }} + owner: BitRemote-Team + repositories: BitRemoteDev + app-id: ${{ secrets.AUTHORIZATION_APP_ID }} + private-key: ${{ secrets.AUTHORIZATION_APP_PRIVATE_KEY }} - name: Run GitHub File Sync uses: BetaHuhn/repo-file-sync-action@v1 with: