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 c5e5058 commit 9f33345Copy full SHA for 9f33345
.github/workflows/productionize.yml
@@ -34,6 +34,11 @@ on:
34
type: boolean
35
default: true
36
37
+ # Run workflow upon completion of `publish` workflow run:
38
+ workflow_run:
39
+ workflows: ["publish"]
40
+ types: [completed]
41
+
42
# Concurrency group to prevent multiple concurrent executions:
43
concurrency:
44
group: productionize
.github/workflows/publish.yml
@@ -55,7 +55,6 @@ jobs:
55
env:
56
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
57
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
58
- GITHUB_TOKEN: ${{ secrets.STDLIB_BOT_GITHUB_TOKEN }}
59
60
# Define the sequence of job steps...
61
steps:
0 commit comments