Skip to content

Commit 9972a35

Browse files
committed
fix workflow
1 parent 7575522 commit 9972a35

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/build_publish_copy_app.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,19 +43,14 @@ jobs:
4343
4444
- name: Login to platform
4545
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 }}"
46+
staging_param="--staging"
5047
token="${{secrets.DX_STAGING_ROBOT_TOKEN}}"
51-
5248
dx login --token $token --noprojects $staging_param
5349
5450
- name: Build and publish 'dxCompiler Copy File' app
5551
run: |
5652
# if [[ ${{ inputs.publish-app }} == "true" ]]; then
5753
# publish_param="--publish"
5854
# fi
59-
6055
cd scripts/dxcompiler_copy
6156
dx build --app $publish_param dxwdl_copy

0 commit comments

Comments
 (0)