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 a719d00 commit 19480f0Copy full SHA for 19480f0
.github/workflows/deploy-all.yml
@@ -83,14 +83,14 @@ permissions:
83
contents: read
84
85
env:
86
- TENV_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
87
RELEASE_VERSION: ${{ inputs.release_version || 'main' }}
88
OPS_RELEASE_VERSION: ${{ inputs.ops_release_version || 'main' }}
89
SSAS_RELEASE_VERSION: ${{ inputs.ssas_release_version || 'main' }}
90
RELEASE_ENV: ${{ inputs.env || 'dev' }}
91
CONFIRM_RELEASE_ENV: ${{ inputs.confirm_env || 'dev' }}
92
ENV_MODIFIER: ${{ inputs.env || 'dev' }}
93
TEST_ACO: ${{ inputs.test_aco || 'dev' }}
+ TENV_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
94
VERIFICATION_RETRIES: 90 # 90 retries with 10s sleep = max 900s or 15m. Verification jobs run in parallel.
95
VERIFICATION_SLEEP: 10
96
0 commit comments