Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
KasparRosin committed Jan 10, 2024
1 parent 2e71a07 commit 9d73a1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
git config --global user.name "Kaspar Rosin"
git checkout -b "${{ steps.releases.outputs.next_release_tag }}"
git rm -rf .
AUTH_ENCODED=${echo "${{secrets.NOVA_USER}}:${{secrets.NOVA_4_PASSWORD}}" | base64}
AUTH_ENCODED=${echo "${{ secrets.NOVA_USER }}:${{ secrets.NOVA_4_PASSWORD }}" | base64}
wget --header="Authorization: Basic $AUTH_ENCODED" ${{ steps.release.outputs.nova_dist_url }}
git add .
git commit -m "test"
Expand Down

0 comments on commit 9d73a1d

Please sign in to comment.