Skip to content

Commit

Permalink
build: add CESIUM_TOKEN env var to build-packages (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
vishwa2710 authored May 7, 2024
1 parent d8310c5 commit f91f643
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,8 @@ jobs:
with:
fetch-depth: 0
lfs: true
- env:
CESIUM_TOKEN: ${{ secrets.CESIUM_TOKEN }}
- name: Login to DockerHub
uses: docker/login-action@v2
with:
Expand Down

0 comments on commit f91f643

Please sign in to comment.