Skip to content

Commit

Permalink
Adding one spot where perms were missed
Browse files Browse the repository at this point in the history
  • Loading branch information
ljstella committed Apr 4, 2023
1 parent f6eefe8 commit 1560598
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-and-validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -367,6 +367,9 @@ jobs:
runs-on: ubuntu-latest
needs: [validate-and-build, run-appinspect, create-report]
#Only run when tagged
# adding perms needed
permissions:
contents: write
if: startsWith(github.ref, 'refs/tags/')
steps:

Expand Down

0 comments on commit 1560598

Please sign in to comment.