File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 1111 steps :
1212 - name : Checkout Repository
1313 uses : actions/checkout@v4
14+ with :
15+ token : ${{ secrets.GH_PAT }}
1416
1517 - name : Get version from package.json
1618 id : package_version
3234 echo "VERSION_CHANGED=false" >> $GITHUB_ENV
3335 fi
3436 echo $VERSION_CHANGED
37+ echo $VERSION
3538
3639 - name : Check if a PR already exists
3740 id : check_pr
4649 if : env.VERSION_CHANGED == 'true' && env.PR_EXISTS == '0'
4750 uses : peter-evans/create-pull-request@v7
4851 with :
52+ token : ${{ secrets.GH_PAT }}
4953 title : " 🚀 Release v${{ env.VERSION }}"
5054 body : |
5155 ## 🔄 Release v${{ env.VERSION }}
6771 labels : " release"
6872 reviewers : " siumauricio"
6973 assignees : " siumauricio"
70- env :
71- GITHUB_TOKEN : ${{ secrets.GH_TOKEN }}
You can’t perform that action at this time.
0 commit comments