forked from argoproj/argo-cd
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a9323b2
commit 4020e02
Showing
1 changed file
with
4 additions
and
3 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 |
---|---|---|
|
@@ -7,7 +7,8 @@ on: | |
required: true | ||
type: string | ||
|
||
permissions: {} | ||
permissions: | ||
contents: write | ||
|
||
jobs: | ||
prepare-release: | ||
|
@@ -34,8 +35,8 @@ jobs: | |
- name: Create release | ||
run: | | ||
git config --global user.name "John Doe" | ||
git config --global user.email "[email protected]" | ||
git config --global user.name "CI-Codefresh" | ||
git config --global user.email "[email protected]" | ||
make cf-release | ||