Skip to content

Commit

Permalink
GO-165 Remove login
Browse files Browse the repository at this point in the history
  • Loading branch information
lucirezac committed Mar 26, 2024
1 parent 5730026 commit fc97b86
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ on:

env:
WORKDIR: release
# GITHUB_TOKEN: ${{ secrets.SYSADMIN_GEOCODING_CONTROL_CREDENTIALS }} # Variable needed for Git authentication
GH_TOKEN: ${{ secrets.SYSADMIN_GEOCODING_CONTROL_CREDENTIALS }} # Variable needed for GitHub CLI
GITHUB_TOKEN: ${{ secrets.SYSADMIN_GEOCODING_CONTROL_CREDENTIALS }}

jobs:
clone-cdn:
Expand All @@ -25,7 +24,7 @@ jobs:
with:
path: ${{ env.WORKDIR }}/cdn.maptiler.com
repository: maptiler/cdn.maptiler.com
token: ${{ env.GH_TOKEN }}
token: ${{ env.GITHUB_TOKEN }}

release:
name: Build and release CDN
Expand All @@ -41,9 +40,6 @@ jobs:
with:
path: ${{ env.WORKDIR }}/maptiler-geocoding-control

- name: GitHub CLI authentication
run: gh auth login --with-token

- name: Install npm
run: npm i

Expand Down

0 comments on commit fc97b86

Please sign in to comment.