1 parent b259e93 commit 862a57eCopy full SHA for 862a57e
1 file changed
.github/workflows/temp.yml
@@ -13,6 +13,11 @@ jobs:
13
staging-release:
14
runs-on: ubuntu-latest
15
steps:
16
+ - name: Checkout repo
17
+ uses: actions/checkout@v3
18
+ with:
19
+ token: ${{ secrets.CLERK_COOKIE_PAT }}
20
+
21
- name: Trigger clerkinc/cloudfare-workers workflows
22
uses: actions/github-script@v6
23
with:
@@ -22,6 +27,7 @@ jobs:
27
github-token: ${{ secrets.CLERK_COOKIE_PAT }}
28
script: |
24
29
const clerkjsVersion = require('./packages/clerk-js/package.json').version;
30
+ console.log('clerk-js changed, will notify clerkinc/cloudflare-workers');
25
31
github.rest.actions.createWorkflowDispatch({
26
32
owner: 'clerkinc',
33
repo: 'cloudflare-workers',
0 commit comments