diff --git a/.github/workflows/sync-sourcebot.yml b/.github/workflows/sync-sourcebot.yml index 481bc60f8..19178986f 100644 --- a/.github/workflows/sync-sourcebot.yml +++ b/.github/workflows/sync-sourcebot.yml @@ -20,8 +20,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