Skip to content

Commit cf49de5

Browse files
committed
Update GitHub Actions release workflow permissions
This commit adds write permissions for pull-requests and security-events in the release.yml workflow, enhancing the CI/CD process by allowing better integration with GitHub features.
1 parent b3f9243 commit cf49de5

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ jobs:
1313
# Call the reusable tests workflow.
1414
uses: ./.github/workflows/tests.yml
1515
secrets: inherit
16+
permissions:
17+
contents: read
18+
pull-requests: write
19+
security-events: write
1620

1721
build-and-push-pdp:
1822
needs: pdp-tests

0 commit comments

Comments
 (0)