Skip to content

Commit

Permalink
Change proposal sync app ID (#296)
Browse files Browse the repository at this point in the history
Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp>
  • Loading branch information
kenji-miyake authored Sep 16, 2021
1 parent 84cec17 commit 9ccfa0b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sync-public-develop.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ jobs:
uses: tibdex/github-app-token@v1
id: generate-token
with:
app_id: ${{ secrets.APP_ID }}
private_key: ${{ secrets.APP_PRIVATE_KEY }}
app_id: ${{ secrets.PROPOSAL_SYNC_APP_ID }}
private_key: ${{ secrets.PROPOSAL_SYNC_APP_PRIVATE_KEY }}

- name: Set git config for private repositories
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/sync-public.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ jobs:
uses: tibdex/github-app-token@v1
id: generate-token
with:
app_id: ${{ secrets.APP_ID }}
private_key: ${{ secrets.APP_PRIVATE_KEY }}
app_id: ${{ secrets.PROPOSAL_SYNC_APP_ID }}
private_key: ${{ secrets.PROPOSAL_SYNC_APP_PRIVATE_KEY }}

- name: Set git config for private repositories
run: |
Expand Down

0 comments on commit 9ccfa0b

Please sign in to comment.