forked from apache/couchdb-helm
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Why: ASF guidance is to [inline 3rd party GitHub actions](https://cwiki.apache.org/confluence/display/BUILDS/GitHub+Actions+status#GitHubActionsstatus-Security) as repository submodules. This had already been done for the chart-releaser, chart-testing and kind actions, but not for the helm-setup or create-pull-request actions. What: Inline the remaining 3rd party GitHub Actions as submodules. The official GitHub Action (checkout) remains external. This commit also grants the chart-releaser workflow `content:write` permissions to allow it to create releases.
- Loading branch information
1 parent
c8a5bf4
commit b03d7af
Showing
6 changed files
with
15 additions
and
7 deletions.
There are no files selected for viewing
Submodule create-pull-request
added at
b4d517
Submodule setup-helm
added at
b5b231
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ on: | |
- main | ||
|
||
permissions: | ||
contents: read | ||
contents: write | ||
deployments: write | ||
|
||
jobs: | ||
|
@@ -26,7 +26,7 @@ jobs: | |
git config user.email "[email protected]" | ||
- name: Install Helm | ||
uses: azure/setup-helm@v3 | ||
uses: ./.github/actions/setup-helm | ||
with: | ||
version: v3.10.0 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters