We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7575522 commit 9972a35Copy full SHA for 9972a35
.github/workflows/build_publish_copy_app.yml
@@ -43,19 +43,14 @@ jobs:
43
44
- name: Login to platform
45
run: |
46
-# if [[ ${{ inputs.is-staging }} == "true" ]]; then
47
- staging_param="--staging"
48
-# fi
49
-# token="${{ inputs.is-staging == 'true' && secrets.DX_STAGING_ROBOT_TOKEN || secrets.DX_PROD_RELEASE_TOKEN }}"
+ staging_param="--staging"
50
token="${{secrets.DX_STAGING_ROBOT_TOKEN}}"
51
-
52
dx login --token $token --noprojects $staging_param
53
54
- name: Build and publish 'dxCompiler Copy File' app
55
56
# if [[ ${{ inputs.publish-app }} == "true" ]]; then
57
# publish_param="--publish"
58
# fi
59
60
cd scripts/dxcompiler_copy
61
dx build --app $publish_param dxwdl_copy
0 commit comments