Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
tatsuz0u committed Jan 29, 2024
1 parent e62b42a commit e6392c5
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit e6392c5

Please sign in to comment.