Skip to content

Commit 2e73be8

Browse files
authored
chore(ci): remove write permissions on .github/workflows/charts-sync.yaml (#3262)
1 parent e033cff commit 2e73be8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/charts-sync.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ permissions:
2222
jobs:
2323
sync:
2424
runs-on: ubuntu-latest
25-
permissions:
26-
contents: write
2725
steps:
2826
- name: Harden Runner
2927
uses: step-security/harden-runner@e3f713f2d8f53843e71c69a996d56f51aa9adfb9 # v2.14.1

.github/workflows/labeler.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ run-name: Pull Request Labeler, branch:${{ github.ref_name }}, triggered by @${{
44
on:
55
- pull_request
66

7+
permissions:
8+
contents: read
79

810
concurrency:
911
# Run only for most recent commit in PRs but for all tags and commits on main

0 commit comments

Comments
 (0)