Skip to content

Correct Contibuting guide importance in the policypanda tool #841

Correct Contibuting guide importance in the policypanda tool

Correct Contibuting guide importance in the policypanda tool #841

Workflow file for this run

name: Push Voting activity to commonhaus.github.io
on:
discussion:
discussion_comment:
pull_request_target:
types: [opened, edited, reopened, closed]
issue_comment:
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-content.yml
gh workflow run -R commonhaus/foundation-internal update-votes.yml