Skip to content

Commit 9f33345

Browse files
committed
Explicitly set desired trigger
1 parent c5e5058 commit 9f33345

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/productionize.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,11 @@ on:
3434
type: boolean
3535
default: true
3636

37+
# Run workflow upon completion of `publish` workflow run:
38+
workflow_run:
39+
workflows: ["publish"]
40+
types: [completed]
41+
3742
# Concurrency group to prevent multiple concurrent executions:
3843
concurrency:
3944
group: productionize

.github/workflows/publish.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ jobs:
5555
env:
5656
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
5757
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
58-
GITHUB_TOKEN: ${{ secrets.STDLIB_BOT_GITHUB_TOKEN }}
5958

6059
# Define the sequence of job steps...
6160
steps:

0 commit comments

Comments
 (0)