E584 fix: address security concerns (#4681) · nginx/kubernetes-ingress@39f9fa3 · GitHub
[go: up one dir, main page]

Skip to content

Commit 39f9fa3

Browse files
fix: address security concerns (#4681)
* fix: address scope of GITHUB_TOKEN in release --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent b2b62ff commit 39f9fa3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/release-pr.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,13 @@ defaults:
1616
run:
1717
shell: bash
1818

19+
permissions:
20+
contents: read
21+
1922
jobs:
2023
release:
24+
permissions:
25+
contents: write
2126
runs-on: ubuntu-22.04
2227
steps:
2328
- name: Branch

0 commit comments

Comments
 (0)
0