diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e5f4782e90..19bee71748 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: max-parallel: 1 matrix: browser: ["mac-chrome-latest","mac-firefox-latest","mac-safari-latest","windows-chrome-latest","windows-firefox-latest","windows-edge-latest","ios-latest"] - name: Build assets + name: Build and Test runs-on: [ubuntu-latest] steps: diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index d13699ab90..e5f16e7afc 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -7,6 +7,9 @@ on: types: - completed +env: + GH_TOKEN: ${{ secrets.GH_TOKEN }} + jobs: build: if: ${{ github.event.workflow_run.conclusion == 'success' }}