Skip to content

Commit

Permalink
✨ Add support for base http auth
Browse files Browse the repository at this point in the history
  • Loading branch information
jag-k committed Nov 30, 2023
1 parent 5705185 commit bdd41d9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,5 +69,6 @@ jobs:
tag_name: v${{ steps.get_version.outputs.version }}
generate_release_notes: true
append_body: true
token: ${{ secrets.RELEASE_TOKEN }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}

0 comments on commit bdd41d9

Please sign in to comment.