Skip to content

Commit

Permalink
feat: update release.yaml (#1064)
Browse files Browse the repository at this point in the history
Signed-off-by: Shahar Glazner <[email protected]>
  • Loading branch information
shahargl authored Apr 8, 2024
1 parent e355b79 commit f20fb1c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ jobs:
- name: Release Keep
uses: python-semantic-release/[email protected]
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_TOKEN: ${{ secrets.SHAHAR_PAT }}
with:
git_committer_name: Keep Release Bot
git_committer_email: [email protected]
github_token: ${{ secrets.GITHUB_TOKEN }}
github_token: ${{ secrets.SHAHAR_PAT }}

0 comments on commit f20fb1c

Please sign in to comment.