Skip to content

Commit

Permalink
Merge pull request #2125 from AndrewSirenko/fix-ci-perms
Browse files Browse the repository at this point in the history
Fix github action CI permissions
  • Loading branch information
k8s-ci-robot committed Aug 20, 2024
2 parents ed9dab3 + 69098b3 commit 34afe61
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/helm-chart-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ on:
jobs:
release:
runs-on: ubuntu-latest
permissions: write-all
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
build:
name: Release
runs-on: ubuntu-latest
permissions: write-all
steps:
- name: Create Release
id: create-release
Expand Down

0 comments on commit 34afe61

Please sign in to comment.