mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-09 03:55:04 -05:00
chore: fix package watcher approve PR with repo token
This commit is contained in:
2
.github/workflows/package-watcher.yaml
vendored
2
.github/workflows/package-watcher.yaml
vendored
@@ -61,7 +61,7 @@ jobs:
|
||||
if: ${{ fromJSON(env.SHOULD_RUN) && env.LATEST_COMPILER_PACKAGE_TIMESTAMP != '' }}
|
||||
uses: hmarr/auto-approve-action@6a9ec7556f0a7fa5b49527a1eea4878b8a22d2e0
|
||||
with:
|
||||
github-token: ${{ secrets.BOT_TOKEN }}
|
||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
pull-request-number: ${{ steps.cpr.outputs.pull-request-number }}
|
||||
- name: Enable auto-merge for PR
|
||||
if: ${{ fromJSON(env.SHOULD_RUN) && env.LATEST_COMPILER_PACKAGE_TIMESTAMP != '' }}
|
||||
|
||||
Reference in New Issue
Block a user