Skip to content

Commit

Permalink
Update DX publish
Browse files Browse the repository at this point in the history
Disable project selection on DX login
  • Loading branch information
adthrasher authored Jun 28, 2021
1 parent 31eb4f1 commit 3eca180
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_dx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run: pip3 install dxpy
-
name: Login to DNAnexus
run: dx login --token ${{ secrets.DX_TOKEN }}
run: dx login --noprojects --token ${{ secrets.DX_TOKEN }}
-
name: Build and push
id: dx_build
Expand Down

0 comments on commit 3eca180

Please sign in to comment.