Skip to content

Commit

Permalink
Toggle dl webhook on release
Browse files Browse the repository at this point in the history
  • Loading branch information
CannonLock committed Nov 27, 2024
1 parent 1f190a1 commit 40d2e82
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/post-release.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Toggle webhook to pull latest release onto dl.pelicanplatform.org
name: post-release

on:
release:
types: [published]

jobs:
toggle-webhook:
runs-on: ubuntu-latest
steps:
- name: Toggle Webhook
run: |
curl -X POST https://dl.pelicanplatform.org/api/api/hooks/release-download-toggle

0 comments on commit 40d2e82

Please sign in to comment.