Skip to content

Commit

Permalink
fix: fix debian repository dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
hnicke committed Aug 6, 2021
1 parent 540bb62 commit 9655e29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/downstream.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
"download_url": "https://github.com/hnicke/sodalite/releases/download/v'"$version"'/sodalite_'"$version"'_all.deb"
}
}' \
-u "{{ secrets.DEBIAN_REPOSITORY_USER }}:{{ secrets.DEBIAN_REPOSITORY_TOKEN }}" \
-u "${{ secrets.DEBIAN_REPOSITORY_USER }}:${{ secrets.DEBIAN_REPOSITORY_TOKEN }}" \
-L \
-H "Accept: application/vnd.github.v3+json" \
-so /dev/null \
Expand Down

0 comments on commit 9655e29

Please sign in to comment.