Skip to content

Push Voting activity to commonhaus.github.io #821

Push Voting activity to commonhaus.github.io

Push Voting activity to commonhaus.github.io #821

Workflow file for this run

name: Push Voting activity to commonhaus.github.io
on:
discussion:
discussion_comment:
pull_request:
issue_comment:
workflow_dispatch:
permissions: {}
jobs:
update-vote:
runs-on: ubuntu-latest
if: github.repository == 'commonhaus/foundation'
permissions:
actions: read
steps:
- name: Bump voting results
env:
GH_TOKEN: ${{ secrets.CF_INTERNAL_VOTES }}
run: |
gh workflow run -R commonhaus/commonhaus.github.io update-votes.yml
gh workflow run -R commonhaus/foundation-internal update-votes.yml