We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76f9925 commit da3c38eCopy full SHA for da3c38e
.github/workflows/autopublish-release.yml
@@ -1,10 +1,10 @@
1
# See https://securitylab.github.com/research/github-actions-preventing-pwn-requests/ for an example using this strategy
2
name: Auto Publish Release
3
on:
4
-workflow_run:
5
- workflows: ["Draft Release"]
6
- types:
7
- - completed
+ workflow_run:
+ workflows: ["Draft Release"]
+ types:
+ - completed
8
9
jobs:
10
publish_release:
0 commit comments