Added pybamm user id to 1000 and set its group to root (#3947) #59
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: Alert validation repository | |
on: | |
release: | |
types: | |
- published | |
push: | |
branches: | |
- develop | |
jobs: | |
build: | |
if: github.repository_owner == 'pybamm-team' | |
name: Dispatch to `pybamm-validation` | |
runs-on: ubuntu-latest | |
steps: | |
- uses: mvasigh/dispatch-action@main | |
with: | |
token: ${{ secrets.BENCHMARKS_ACCESS_TOKEN }} | |
repo: pybamm-validation | |
owner: pybamm-team | |
event_type: ${{ github.event_name }} | |
message: | | |
{ | |
"commit_hash": "$GITHUB_SHA" | |
} |