Skip to content

Push Voting activity to commonhaus.github.io #21

Push Voting activity to commonhaus.github.io

Push Voting activity to commonhaus.github.io #21

Workflow file for this run

name: Push Voting activity to commonhaus.github.io
on:
discussion_comment:
issue_comment:
permissions: {}
jobs:
update-vote:
runs-on: ubuntu-latest
if: github.repository == 'commonhaus/foundation-draft' && github.event.sender.login == 'haus-rules-bot[bot]'
permissions:
actions: read
steps:
- name: Bump voting results
if: github.event.comment
env:
GH_TOKEN: ${{ secrets.ACTIONS_PUBLISH_PAT }}
EVENT: ${{ github.event }}
run: |
echo $EVENT | gh workflow run -R commonhaus/commonhaus.github.io push-votes.yml --json