Expose the GITHUB_SECRET to the frontend build step

This commit is contained in:
Felipe Knorr Kuhn 2023-07-21 17:09:57 +09:00
parent 135adfecbd
commit 61eeb82694

View file

@ -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/')"