Skip to content

Commit 862a57e

Browse files
committed
chore(repo): Temporarily add a test action
1 parent b259e93 commit 862a57e

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/temp.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@ jobs:
1313
staging-release:
1414
runs-on: ubuntu-latest
1515
steps:
16+
- name: Checkout repo
17+
uses: actions/checkout@v3
18+
with:
19+
token: ${{ secrets.CLERK_COOKIE_PAT }}
20+
1621
- name: Trigger clerkinc/cloudfare-workers workflows
1722
uses: actions/github-script@v6
1823
with:
@@ -22,6 +27,7 @@ jobs:
2227
github-token: ${{ secrets.CLERK_COOKIE_PAT }}
2328
script: |
2429
const clerkjsVersion = require('./packages/clerk-js/package.json').version;
30+
console.log('clerk-js changed, will notify clerkinc/cloudflare-workers');
2531
github.rest.actions.createWorkflowDispatch({
2632
owner: 'clerkinc',
2733
repo: 'cloudflare-workers',

0 commit comments

Comments
 (0)