File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88 branch :
99 description : " Target branch against which to create PR"
1010 required : false
11- default : " master "
11+ default : " release-ulmo "
1212
1313env :
1414 MAXMIND_URL : " https://download.maxmind.com/app/geoip_download?edition_id=GeoLite2-Country&license_key=${{ secrets.MAXMIND_LICENSE_KEY }}&suffix=tar.gz"
@@ -79,13 +79,13 @@ jobs:
7979 --title "Update GeoLite Database" \
8080 --body "PR generated by workflow `${{ github.workflow }}` on behalf of @${{ github.actor }}." \
8181 --head $BRANCH \
82- --base 'master ' \
83- --reviewer 'feanil ' \
82+ --base 'release-ulmo ' \
83+ --reviewer 'edx/orbi-bom ' \
8484 | grep -o 'https://github.com/.*/pull/[0-9]*')
8585 echo "PR Created: ${PR_URL}"
8686 echo "pull-request-url=$PR_URL" >> $GITHUB_OUTPUT
8787 env :
88- GH_TOKEN : ${{ github.token }}
88+ GH_TOKEN : ${{ secrets.GH_PAT_WITH_ORG }}
8989
9090 - name : Job summary
9191 run : |
You can’t perform that action at this time.
0 commit comments