Skip to content

Commit

Permalink
Merge pull request #2604 from splunk/release_tag_fix
Browse files Browse the repository at this point in the history
Adding one spot where perms were missed
  • Loading branch information
patel-bhavin authored Apr 4, 2023
2 parents f6eefe8 + 1560598 commit 962eec4
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 962eec4

Please sign in to comment.