Skip to content

Commit

Permalink
GO-165 Add gh authentication
Browse files Browse the repository at this point in the history
  • Loading branch information
lucirezac committed Mar 26, 2024
1 parent a9e0de5 commit 665d419
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@ jobs:
repository: maptiler/cdn.maptiler.com
token: ${{ secrets.SYSADMIN_GEOCODING_CONTROL_CREDENTIALS }}

- name: GitHub CLI authentication
run: gh auth login --with-token ${{ secrets.SYSADMIN_GEOCODING_CONTROL_CREDENTIALS }}

- name: Install npm
run: npm i

Expand Down

0 comments on commit 665d419

Please sign in to comment.