There was an error while loading. Please reload this page.
1 parent dbc0ffd commit f046eecCopy full SHA for f046eec
1 file changed
.github/workflows/syncZoekt.yml
@@ -33,8 +33,8 @@ jobs:
33
id: app-token
34
uses: actions/create-github-app-token@v2
35
with:
36
- app-id: ${{ secrets.SOURCEBOT_SYNC_APP_ID }}
37
- private-key: ${{ secrets.SOURCEBOT_SYNC_APP_PRIVATE_KEY }}
+ app-id: ${{ secrets.RELEASE_APP_ID }}
+ private-key: ${{ secrets.RELEASE_APP_PRIVATE_KEY }}
38
owner: sourcebot-dev
39
repositories: sourcebot
40
permission-contents: write
0 commit comments