mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-10-01 01:36:09 -04:00
ci: fix PR label for rpm updates (#2464)
This commit is contained in:
parent
d9bd870dbd
commit
c424ec8825
2
.github/workflows/update-rpms.yml
vendored
2
.github/workflows/update-rpms.yml
vendored
@ -52,6 +52,6 @@ jobs:
|
|||||||
It updates the locked rpm packages that form the Constellation OS images.
|
It updates the locked rpm packages that form the Constellation OS images.
|
||||||
commit-message: "image: update locked rpms"
|
commit-message: "image: update locked rpms"
|
||||||
committer: edgelessci <edgelessci@users.noreply.github.com>
|
committer: edgelessci <edgelessci@users.noreply.github.com>
|
||||||
labels: dependency
|
labels: dependencies
|
||||||
# We need to push changes using a token, otherwise triggers like on:push and on:pull_request won't work.
|
# 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.CI_COMMIT_PUSH_PR || '' }}
|
token: ${{ !github.event.pull_request.head.repo.fork && secrets.CI_COMMIT_PUSH_PR || '' }}
|
||||||
|
Loading…
Reference in New Issue
Block a user