mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-08-02 03:56:07 -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:
|
permissions:
|
||||||
actions: read
|
actions: read
|
||||||
steps:
|
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:
|
with:
|
||||||
ghToken: ${{ secrets.GITHUB_TOKEN }}
|
ghToken: ${{ secrets.GITHUB_TOKEN }}
|
||||||
encryptionSecret: ${{ secrets.ARTIFACT_ENCRYPT }}
|
encryptionSecret: ${{ secrets.ARTIFACT_ENCRYPT }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue