Skip to content

Commit

Permalink
[CICD] Fix release job (#58)
Browse files Browse the repository at this point in the history
## Summary

Was missing a permission 

## How was it tested?
  • Loading branch information
mikeland73 authored Sep 3, 2022
1 parent 26f5204 commit 8d34549
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ on:

permissions:
contents: write
pull-requests: read

jobs:
tests:
Expand Down

0 comments on commit 8d34549

Please sign in to comment.