ci: changelog needs permissions to commit to repo

consider breaking this out into another workflow to segregate permission
This commit is contained in:
Josh J
2023-10-17 09:09:03 +01:00
parent 63e3bea752
commit 704859e91a

View File

@@ -2,7 +2,7 @@ name: Publish Docker Image
permissions:
actions: read
checks: read
contents: read
contents: write
deployments: read
issues: read
discussions: read
@@ -138,7 +138,6 @@ jobs:
severity-cutoff: medium
fail-build: false
only-fixed: true
by-cve: true
- name: upload Anchore scan SARIF report
uses: github/codeql-action/upload-sarif@v2