Skip to content

add GH_TOKEN

add GH_TOKEN #17

Workflow file for this run

on:
# push:
# branches: [master]
workflow_dispatch:
pull_request:
branches: [master]
name: Create harfbuzz Release
jobs:

Check failure on line 10 in .github/workflows/harfbuzz.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/harfbuzz.yml

Invalid workflow file

You have an error in your yaml syntax on line 10
build:
name: compile harfbuzz then deploy
runs-on: macos-12
env:
GH_TOKEN: ${{ github.token }}
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Install denpendencies
run: |
./main.sh install -p ios -l 'freetype'
./main.sh install -p tvos -l 'freetype'
./main.sh install -p macos -l 'freetype'
- name: One Step
run: .github/workflows/onestep.sh harfbuzz all