Skip to content

Commit f046eec

Browse files
fix: use release app for Zoekt sync
1 parent dbc0ffd commit f046eec

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/syncZoekt.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ jobs:
3333
id: app-token
3434
uses: actions/create-github-app-token@v2
3535
with:
36-
app-id: ${{ secrets.SOURCEBOT_SYNC_APP_ID }}
37-
private-key: ${{ secrets.SOURCEBOT_SYNC_APP_PRIVATE_KEY }}
36+
app-id: ${{ secrets.RELEASE_APP_ID }}
37+
private-key: ${{ secrets.RELEASE_APP_PRIVATE_KEY }}
3838
owner: sourcebot-dev
3939
repositories: sourcebot
4040
permission-contents: write

0 commit comments

Comments
 (0)