mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-07-30 10:38:46 -04:00
checkout branch
This commit is contained in:
parent
04a97a8e0a
commit
d190fea16e
1 changed files with 5 additions and 1 deletions
6
.github/workflows/e2e-cleanup-weekly.yml
vendored
6
.github/workflows/e2e-cleanup-weekly.yml
vendored
|
@ -13,7 +13,11 @@ jobs:
|
|||
permissions:
|
||||
actions: read
|
||||
steps:
|
||||
- uses: ./.github/actions/e2e_cleanup_timeframe
|
||||
- name: Checkout
|
||||
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
|
||||
|
||||
- name: Cleanup
|
||||
uses: ./.github/actions/e2e_cleanup_timeframe
|
||||
with:
|
||||
ghToken: ${{ secrets.GITHUB_TOKEN }}
|
||||
encryptionSecret: ${{ secrets.ARTIFACT_ENCRYPT }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue