Skip to content

Merge branch 'develop' of github.com:bigfa/hera into develop #29

Merge branch 'develop' of github.com:bigfa/hera into develop

Merge branch 'develop' of github.com:bigfa/hera into develop #29

Workflow file for this run

name: Bigfa
on:
push:
branches:
- develop
tags:
- 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10
jobs:
build-deploy:
runs-on: ubuntu-latest
steps:
- name: Notify theme updates
run: |
curl --fail --request GET --header "Authorization: Bearer $SIGN" --url "https://farallon.4398929.workers.dev/update?theme=hera&version=${{ github.ref }}"
env:
SIGN: ${{ secrets.SIGN }}