Added more references + update CVSS score based on new reference #485
This file contains hidden or 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: Notify RubySec website of change | |
on: | |
push: | |
branches: [ master ] | |
jobs: | |
notify: | |
if: github.repository_owner == 'rubysec' | |
runs-on: ubuntu-latest | |
steps: | |
- name: Send Repository Dispatch event | |
uses: peter-evans/repository-dispatch@v1 | |
with: | |
token: ${{ secrets.REPO_ACCESS_TOKEN }} | |
repository: rubysec/rubysec.github.io | |
event-type: changed |