Skip to content

Commit

Permalink
#14: Provide variables to the release job.
Browse files Browse the repository at this point in the history
  • Loading branch information
annoviko committed Oct 7, 2021
1 parent 40cfe9a commit ef7553d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release-httpctrl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,8 @@ jobs:
- name: Run multi-line script
shell: bash
run: ci/github-ci-release.sh
with:
HTTPCTRL_USERNAME: ${{ secrets.HTTPCTRL_USERNAME }}
HTTPCTRL_PASSWORD: ${{ secrets.HTTPCTRL_PASSWORD }}
TWINE_USERNAME: ${{ secrets.TWINE_USERNAME }}
TWINE_PASSWORD: ${{ secrets.TWINE_PASSWORD }}

0 comments on commit ef7553d

Please sign in to comment.