Skip to content

Commit

Permalink
Test Delete old artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
EyalDelarea committed Jun 4, 2024
1 parent c874f15 commit 089e03a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/signMacOsBinaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,13 @@ name: Sign MacOS Binaries
on: [push]
jobs:
# Sign the JFrog CLI binary for macOS
DeleteOldArtifacts:
- uses: kolpav/purge-artifacts-action@v1
with:
token: ${{ secrets.JF_GIT_TOKEN }}
expire-in: 0 # Setting this to 0 will delete all artifacts
SignBinary:
if: ${{ contains(github.event.head_commit.message, 'Bump version from') }}
# if: ${{ contains(github.event.head_commit.message, 'Bump version from') }}
name: Sign-JFrog-CLI-MacOS-Binary
runs-on: macos-latest
strategy:
Expand Down

0 comments on commit 089e03a

Please sign in to comment.