Skip to content

Commit

Permalink
Add checks: write permission to production workflow (#98)
Browse files Browse the repository at this point in the history
# Add `checks: write` permission to production workflow

## ♻️ Current situation & Problem

https://github.com/StanfordBDHG/ENGAGE-HF-Web-Frontend/actions/runs/12207185608
run failed due to lack of permissions.


### Code of Conduct & Contributing Guidelines 

By submitting creating this pull request, you agree to follow our [Code
of
Conduct](https://github.com/StanfordBDHG/.github/blob/main/CODE_OF_CONDUCT.md)
and [Contributing
Guidelines](https://github.com/StanfordBDHG/.github/blob/main/CONTRIBUTING.md):
- [x] I agree to follow the [Code of
Conduct](https://github.com/StanfordBDHG/.github/blob/main/CODE_OF_CONDUCT.md)
and [Contributing
Guidelines](https://github.com/StanfordBDHG/.github/blob/main/CONTRIBUTING.md).
  • Loading branch information
arkadiuszbachorski authored Dec 6, 2024
1 parent a113e2f commit fcff560
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
contents: read
actions: read
security-events: write
checks: write
secrets: inherit
with:
environment: production

0 comments on commit fcff560

Please sign in to comment.