📝 Terms and Conditions: clarify communication requirements [due Feb25] #848
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |