Skip to content

Commit 6c0a92d

Browse files
ktyagiapphelix2ussurendrannair
authored andcommitted
fix: update geolite workflow (#40)
* fix: update geolite workflow
1 parent 4f2483b commit 6c0a92d

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/update-geolite-database.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
branch:
99
description: "Target branch against which to create PR"
1010
required: false
11-
default: "master"
11+
default: "release-ulmo"
1212

1313
env:
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: |

0 commit comments

Comments
 (0)