We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22c8ce6 commit 9ac5fdfCopy full SHA for 9ac5fdf
.github/workflows/release.yml
@@ -166,7 +166,7 @@ jobs:
166
if: inputs.dev == false
167
uses: peter-evans/create-pull-request@6d6857d36972b65feb161a90e484f2984215f83e #v6.0.5
168
with:
169
- token: ${{ env.GH_TOKEN }}
+ token: ${{ env.GITHUB_TOKEN }}
170
branch: ${{ env.BRANCH_NAME }}
171
title: "Update Version - Automated Changes"
172
body: "This is an automated PR created by GitHub Actions"
0 commit comments