We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a809661 commit 0ec1d29Copy full SHA for 0ec1d29
2 files changed
.github/workflows/beta-release.yml
@@ -33,5 +33,7 @@ jobs:
33
34
-
35
name: Trigger workflow
36
+ env:
37
+ GH_TOKEN: ${{ secrets.TRIGGER_WORKFLOW_TOKEN }}
38
run: |
39
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
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