Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
KasparRosin committed Jan 11, 2024
1 parent c639553 commit a80f460
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ jobs:
nova_password: ${{ secrets.NOVA_PASSWORD }}

- uses: actions/checkout@v4
with:
name: ${{ vars.TARGET_NOVA_REPO }}
token: ${{ secrets.NOVA_REPO_ACCESS_TOKEN }}
- name: "Create branch and commit changes"
env:
NOVA_USER: ${{ secrets.NOVA_USER }}
Expand All @@ -31,8 +34,6 @@ jobs:
git config --global user.name "Kaspar Rosin"
git checkout -b "${{ steps.releases.outputs.next_release_tag }}"
git rm -rf .
echo "Test ${{ steps.releases.outputs.nova_auth_encoded }} end"
echo "Test2 ${NOVA_AUTH_ENCODED} end"
wget -d \
--header="Authorization: Basic ${{ env.NOVA_AUTH_ENCODED }}" \
${{ steps.releases.outputs.nova_dist_url }}
Expand Down

0 comments on commit a80f460

Please sign in to comment.