Skip to content

Commit

Permalink
CLDR-17918 build: don't forget that maven token
Browse files Browse the repository at this point in the history
- needed for pulling ICU down
  • Loading branch information
srl295 committed Oct 23, 2024
1 parent 37244e8 commit b9b1a24
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-json.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,8 @@ jobs:
bash cldr-generate-zip.sh
cp PACKAGES.md dist/
echo "::endgroup::"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Upload dist
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit b9b1a24

Please sign in to comment.