diff --git a/.github/workflows/syncZoekt.yml b/.github/workflows/syncZoekt.yml index 3637be25e..c14d33f81 100644 --- a/.github/workflows/syncZoekt.yml +++ b/.github/workflows/syncZoekt.yml @@ -33,8 +33,8 @@ jobs: id: app-token uses: actions/create-github-app-token@v2 with: - app-id: ${{ secrets.SOURCEBOT_SYNC_APP_ID }} - private-key: ${{ secrets.SOURCEBOT_SYNC_APP_PRIVATE_KEY }} + app-id: ${{ secrets.RELEASE_APP_ID }} + private-key: ${{ secrets.RELEASE_APP_PRIVATE_KEY }} owner: sourcebot-dev repositories: sourcebot permission-contents: write