Skip to content

Commit

Permalink
workflow : add env varirables
Browse files Browse the repository at this point in the history
  • Loading branch information
BenJoyenConseil committed Nov 21, 2024
1 parent a2e41b4 commit 1251dd7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@ jobs:
make download
make transform
make build
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_ORG: 'apache'
GITHUB_REPO: 'echarts'

- name: Setup Pages
uses: actions/configure-pages@v5
Expand Down

0 comments on commit 1251dd7

Please sign in to comment.