Skip to content

Commit

Permalink
add permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
antoooks committed Jan 30, 2024
1 parent 0b522d9 commit 884aaaf
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ jobs:
name: Release
runs-on: ubuntu-latest
needs: build
permissions:
contents: write
steps:
- name: Fetch changes
uses: actions/checkout@v4
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/release-cmd-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ jobs:
name: Release
runs-on: ubuntu-latest
needs: build
permissions:
contents: write
steps:
- name: Fetch changes
uses: actions/checkout@v4
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/release-kustomize.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ jobs:
name: Release
runs-on: ubuntu-latest
needs: build
permissions:
contents: write
steps:
- name: Fetch changes
uses: actions/checkout@v4
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/release-kyaml.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ jobs:
name: Release
needs: build
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Fetch changes
uses: actions/checkout@v4
Expand Down

0 comments on commit 884aaaf

Please sign in to comment.