Skip to content

Commit b2254e3

Browse files
committed
chore(ci): add token to upload and trigger workflow
1 parent 3cebacc commit b2254e3

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/beta-release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,7 @@ jobs:
2020

2121
-
2222
name: Trigger workflow
23+
env:
24+
GH_TOKEN: ${{ secrets.TRIGGER_WORKFLOW_TOKEN }}
2325
run: |
2426
gh workflow run release.yml -R jolicode/redirection.io -f environment=production -f package=cloudflare -f channel=beta -f version=$VERSION -f version_directory=$MAJOR_VERSION -f build_iteration=1

.github/workflows/stable-release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,7 @@ jobs:
2020

2121
-
2222
name: Trigger workflow
23+
env:
24+
GH_TOKEN: ${{ secrets.TRIGGER_WORKFLOW_TOKEN }}
2325
run: |
2426
gh workflow run release.yml -R jolicode/redirection.io -f environment=production -f package=cloudflare -f channel=stable -f version=$VERSION -f version_directory=$MAJOR_VERSION -f build_iteration=1

0 commit comments

Comments
 (0)