EyeTrackVR-Docs/.github/workflows/github-actions-change-variable.yml
ZanzyTHEbar 3facf6377f update
2022-05-05 17:42:07 +02:00

22 lines
617 B
YAML

# .github/workflows/github-actions-change-variable.yml
name: Variable Substitution
on:
# Triggers the workflow on push or pull request events but only for the main branch
push:
branches: [ docs ]
pull_request:
branches: [ docs ]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: microsoft/variable-substitution@v1
with:
files: '_config.yaml, _config.yml'
env:
recaptcha_site_key: "6LfKJsMfAAAAAFLjDTY0PG9RdcpLBuiuoFNyQLsh"
ga_tracking: "UA-5555555-55"