Skip to content

Commit

Permalink
added gh token
Browse files Browse the repository at this point in the history
  • Loading branch information
thesuhas committed Oct 2, 2024
1 parent 486935c commit cb0fd26
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release_patch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,5 +67,6 @@ jobs:
git commit -m "Release Version v$version"
git push --set-upstream origin release-v$version
gh pr create --title "Release v$version" --body "Creating a release for Orca v$version"
env:
GH_TOKEN: ${{ github.token }}

0 comments on commit cb0fd26

Please sign in to comment.