Skip to content

Commit

Permalink
token
Browse files Browse the repository at this point in the history
  • Loading branch information
eatski committed Aug 8, 2024
1 parent c4aa752 commit b04743e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/prepare-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,6 @@ jobs:
if: steps.check_diff.outputs.changes == 'true'
run: |
gh pr create --title "Update production branch" --body "This PR updates the production branch with changes from main." --base production --head main --label "automerge"
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit b04743e

Please sign in to comment.