Skip to content

add Turbocharger support #3

add Turbocharger support

add Turbocharger support #3

Workflow file for this run

name: Build
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build
run: |
curl --fail --location --silent --output bob https://function61.com/go/turbobob-latest-linux-amd64 && chmod +x bob
CI_REVISION_ID="$GITHUB_SHA" ./bob build --publish-artefacts
# unfortunately there doesn't seem to be a way to "expose all secrets", so you must
# list here each secret to pass on to the build
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
EVENTHORIZON: ${{ secrets.EVENTHORIZON }}