|
|
@ -169,14 +169,10 @@ jobs: |
|
|
|
min-versions-to-keep: 1 |
|
|
|
delete-only-untagged-versions: true |
|
|
|
|
|
|
|
keepalive-workflow: |
|
|
|
name: Keepalive Workflow |
|
|
|
workflow-keepalive: |
|
|
|
if: github.event_name == 'schedule' |
|
|
|
runs-on: ubuntu-latest |
|
|
|
permissions: |
|
|
|
packages: write |
|
|
|
contents: read |
|
|
|
attestations: write |
|
|
|
id-token: write |
|
|
|
actions: write |
|
|
|
steps: |
|
|
|
- uses: actions/checkout@v4 |
|
|
|
- uses: gautamkrishnar/keepalive-workflow@v2 # using the workflow with default settings |
|
|
|
- uses: liskin/gh-workflow-keepalive@v1 using the workflow with default settings |
|
|
|