Skip to content
This repository has been archived by the owner on Jun 23, 2024. It is now read-only.

Change wiki to trigger build #2

Change wiki to trigger build

Change wiki to trigger build #2

Workflow file for this run

name: Publish Wiki
on:
push:
paths:
- .github/wiki/**
branches:
- master
jobs:
publish:
name: Publish Wiki
uses: nimblehq/github-actions-workflows/.github/workflows/[email protected]
with:
USER_NAME: github-wiki-workflow
USER_EMAIL: ${{ secrets.GH_EMAIL }}

Check failure on line 16 in .github/workflows/publish_wiki,.yml

View workflow run for this annotation

GitHub Actions / Publish Wiki

Invalid workflow file

The workflow is not valid. .github/workflows/publish_wiki,.yml (Line: 16, Col: 19): Unrecognized named-value: 'secrets'. Located at position 1 within expression: secrets.GH_EMAIL
secrets:
USER_TOKEN: ${{ secrets.GH_ACTION_TOKEN }}