-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
With this change, the krew plugin manifest will be generated by GoReleaser. In addition, it will be released by rajatjindal/krew-release-bot action.
- Loading branch information
1 parent
032cb1e
commit 2f37ab1
Showing
8 changed files
with
18 additions
and
288 deletions.
There are no files selected for viewing
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 |
---|---|---|
|
@@ -18,16 +18,12 @@ jobs: | |
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }} | ||
restore-keys: | | ||
${{ runner.os }}-go- | ||
- run: make dist | ||
- run: make release | ||
- uses: softprops/action-gh-release@v1 | ||
with: | ||
files: dist/!(config.yaml) | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
- uses: superbrothers/actions/krew-plugin-release@master | ||
- uses: rajatjindal/krew-release[email protected] | ||
with: | ||
token: ${{ secrets.PAT }} | ||
plugin_name: view-serviceaccount-kubeconfig | ||
manifest_path: dist/view-serviceaccount-kubeconfig.yaml | ||
git_author_name: Kazuki Suda | ||
git_author_email: [email protected] | ||
krew_template_file: dist/view-serviceaccount-kubeconfig.yaml |
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
This file was deleted.
Oops, something went wrong.
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
Oops, something went wrong.