Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
KasparRosin committed Jan 10, 2024
1 parent d602876 commit b9361f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
git rm -rf .
AUTH_ENCODED=$(echo "${NOVA_USER}:${NOVA_PASSWORD}"| base64)
echo $NOVA_USER
echo "IN THE MIDDLE"
echo ${{ secrets.NOVA_USER }}
wget -d --header="Authorization: Basic ${AUTH_ENCODED}" ${{ steps.release.outputs.nova_dist_url }}
git add .
Expand Down

0 comments on commit b9361f2

Please sign in to comment.