We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cebacc commit b2254e3Copy full SHA for b2254e3
.github/workflows/beta-release.yml
@@ -20,5 +20,7 @@ jobs:
20
21
-
22
name: Trigger workflow
23
+ env:
24
+ GH_TOKEN: ${{ secrets.TRIGGER_WORKFLOW_TOKEN }}
25
run: |
26
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
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