mirror of
https://github.com/edgelesssys/constellation.git
synced 2026-01-06 18:25:41 -05:00
ci: change push/pr token
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
This commit is contained in:
parent
a34ef8ad29
commit
6cb93d66df
6 changed files with 7 additions and 7 deletions
2
.github/workflows/update-cli-reference.yml
vendored
2
.github/workflows/update-cli-reference.yml
vendored
|
|
@ -52,4 +52,4 @@ jobs:
|
|||
committer: edgelessci <edgelessci@users.noreply.github.com>
|
||||
labels: no changelog
|
||||
# We need to push changes using a token, otherwise triggers like on:push and on:pull_request won't work.
|
||||
token: ${{ !github.event.pull_request.head.repo.fork && secrets.TIDY_RENOVATE_PUSH || '' }}
|
||||
token: ${{ !github.event.pull_request.head.repo.fork && secrets.CI_COMMIT_PUSH_PR || '' }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue