Skip to content

Commit

Permalink
Merge pull request #1299 from DanielXiao/topic/yifengx/fix-gh-token-perm
Browse files Browse the repository at this point in the history
Add permission for the GitHub actions
  • Loading branch information
k8s-ci-robot authored Nov 7, 2024
2 parents 0a47857 + 3b25e3b commit 7e1ae05
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/auto-release-helm-chart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ on:

workflow_dispatch: # Use for manaully trigger to debug

permissions:
contents: read
packages: write

jobs:
release-helm-chart:
runs-on: ubuntu-latest
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/bump-k8s-dep.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ on:

workflow_dispatch: # Use for manaully trigger to debug

permissions:
contents: write

jobs:
bump-k8s-dep-to-latest-pre-release:
runs-on: ubuntu-latest
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/bump-test-k8s-dep.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ on:

workflow_dispatch: # Use for manaully trigger to debug

permissions:
contents: write

jobs:
bump-test-k8s-dep-to-latest-pre-release:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 7e1ae05

Please sign in to comment.