Skip to content

Commit 4bb40e1

Browse files
committed
fix: monitor release
1 parent 2c423d5 commit 4bb40e1

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/main.yml

+7
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,10 @@ jobs:
3434
with:
3535
cfl-bot-gh-token: ${{ secrets.CFL_BOT_GH_TOKEN }}
3636
npm-token: ${{ secrets.NPM_TOKEN }}
37+
38+
monitor:
39+
uses: ocadotechnology/codeforlife-workspace/.github/workflows/monitor-javascript-release.yaml@main
40+
secrets: inherit
41+
needs: [release]
42+
with:
43+
node-version: 18

0 commit comments

Comments
 (0)