Skip to content

Commit 0ec1d29

Browse files
committed
chore(ci): add token to upload and trigger workflow
1 parent a809661 commit 0ec1d29

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
@@ -33,5 +33,7 @@ jobs:
3333

3434
-
3535
name: Trigger workflow
36+
env:
37+
GH_TOKEN: ${{ secrets.TRIGGER_WORKFLOW_TOKEN }}
3638
run: |
3739
gh workflow run release.yml -R jolicode/redirection.io -f environment=production -f package=module-apache2 -f channel=beta -f version=$VERSION -f version_directory=$MAJOR_VERSION -f build_iteration=1 -f module_image=$DISTRIBUTION

.github/workflows/stable-release.yml

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

3434
-
3535
name: Trigger workflow
36+
env:
37+
GH_TOKEN: ${{ secrets.TRIGGER_WORKFLOW_TOKEN }}
3638
run: |
3739
gh workflow run release.yml -R jolicode/redirection.io -f environment=production -f package=module-apache2 -f channel=stable -f version=$VERSION -f version_directory=$MAJOR_VERSION -f build_iteration=1 -f module_image=$DISTRIBUTION

0 commit comments

Comments
 (0)