Skip to content

Revise/clarify conflict of interest #2

Revise/clarify conflict of interest

Revise/clarify conflict of interest #2

Workflow file for this run

name: Push discussions and PR activity to commonhaus.github.io
on:
discussion:
pull_request:
paths:
- '*.md'
- '*.yaml'
- 'bylaws/**'
- 'policies/**'
workflow_dispatch:
jobs:
update-discussions:
runs-on: ubuntu-latest
if: github.repository == 'commonhaus/foundation-draft'
steps:
- name: Bump website
env:
GH_TOKEN: ${{ secrets.ACTIONS_PUBLISH_PAT }}
run: |
gh workflow run -R commonhaus/commonhaus.github.io gh-pages.yml