File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -455,9 +455,13 @@ jobs:
455455 echo "::add-mask::${{ secrets.OQC_URL }}"
456456 echo "::add-mask::${{ secrets.BACKEND_LOGIN_EMAIL }}"
457457 echo "::add-mask::${{ secrets.OQC_PASSWORD }}"
458+ echo "::add-mask::${{ secrets.OQC_DEVICE }}"
459+ echo "::add-mask::${{ secrets.OQC_AUTH_TOKEN }}"
458460 echo "OQC_URL=${{ secrets.OQC_URL }}" >> $GITHUB_ENV
459461 echo "OQC_EMAIL=${{ secrets.BACKEND_LOGIN_EMAIL }}" >> $GITHUB_ENV
460462 echo "OQC_PASSWORD=${{ secrets.OQC_PASSWORD }}" >> $GITHUB_ENV
463+ echo "OQC_DEVICE=${{ secrets.OQC_DEVICE }}" >> $GITHUB_ENV
464+ echo "OQC_AUTH_TOKEN=${{ secrets.OQC_AUTH_TOKEN }}" >> $GITHUB_ENV
461465 ;;
462466 orca)
463467 echo "### Setting up ORCA account" >> $GITHUB_STEP_SUMMARY
You can’t perform that action at this time.
0 commit comments