mirror of
https://github.com/mempool/mempool.git
synced 2025-03-03 09:39:17 +01:00
Expose the GITHUB_SECRET to the frontend build step
This commit is contained in:
parent
135adfecbd
commit
61eeb82694
1 changed files with 2 additions and 0 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -55,6 +55,8 @@ jobs:
|
|||
- name: Build
|
||||
run: npm run build
|
||||
working-directory: ${{ matrix.node }}/${{ matrix.flavor }}/backend
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
frontend:
|
||||
if: "!contains(github.event.pull_request.labels.*.name, 'ops') && !contains(github.head_ref, 'ops/')"
|
||||
|
|
Loading…
Add table
Reference in a new issue