Skip to content

Commit 0739959

Browse files
committed
Fix workflow
1 parent 4e9fffd commit 0739959

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build_publish_copy_app.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@ jobs:
4646
# if [[ ${{ inputs.is-staging }} == "true" ]]; then
4747
staging_param="--staging"
4848
# fi
49-
token="${{ inputs.is-staging == 'true' && secrets.DX_STAGING_ROBOT_TOKEN || secrets.DX_PROD_RELEASE_TOKEN }}"
49+
# token="${{ inputs.is-staging == 'true' && secrets.DX_STAGING_ROBOT_TOKEN || secrets.DX_PROD_RELEASE_TOKEN }}"
50+
token="${{secrets.DX_STAGING_ROBOT_TOKEN}}"
5051

5152
dx login --token $token --noprojects $staging_param
5253

0 commit comments

Comments
 (0)