Skip to content

Commit 19480f0

Browse files
PR feedback
1 parent a719d00 commit 19480f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-all.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,14 +83,14 @@ permissions:
8383
contents: read
8484

8585
env:
86-
TENV_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
8786
RELEASE_VERSION: ${{ inputs.release_version || 'main' }}
8887
OPS_RELEASE_VERSION: ${{ inputs.ops_release_version || 'main' }}
8988
SSAS_RELEASE_VERSION: ${{ inputs.ssas_release_version || 'main' }}
9089
RELEASE_ENV: ${{ inputs.env || 'dev' }}
9190
CONFIRM_RELEASE_ENV: ${{ inputs.confirm_env || 'dev' }}
9291
ENV_MODIFIER: ${{ inputs.env || 'dev' }}
9392
TEST_ACO: ${{ inputs.test_aco || 'dev' }}
93+
TENV_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
9494
VERIFICATION_RETRIES: 90 # 90 retries with 10s sleep = max 900s or 15m. Verification jobs run in parallel.
9595
VERIFICATION_SLEEP: 10
9696

0 commit comments

Comments
 (0)