File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: 'Early Access'
2
2
3
3
on :
4
4
push :
5
- branches : [ master ]
5
+ branches : [ main ]
6
6
7
7
jobs :
8
8
earlyaccess :
11
11
uses : redis-field-engineering/redis-github-workflows/.github/workflows/early-access.yml@main
12
12
with :
13
13
jreleaser-arguments : full-release
14
- java-version : 21
15
14
secrets :
15
+ github-user : ${{ secrets.GIT_USER }}
16
16
github-token : ${{ secrets.GIT_ACCESS_TOKEN }}
17
17
gpg-passphrase : ${{ secrets.GPG_PASSPHRASE }}
18
18
gpg-public-key : ${{ secrets.GPG_PUBLIC_KEY }}
Original file line number Diff line number Diff line change 8
8
required : true
9
9
branch :
10
10
description : ' Branch'
11
- default : ' master '
12
- required : false
11
+ default : ' main '
12
+ required : true
13
13
tasks :
14
14
description : ' Tasks'
15
15
default : ' build aggregateTestReports publish'
16
16
required : false
17
-
17
+
18
18
jobs :
19
19
release :
20
20
name : Release
24
24
version : ${{ github.event.inputs.version }}
25
25
tasks : ${{ github.event.inputs.tasks }}
26
26
secrets :
27
+ github-user : ${{ secrets.GIT_USER }}
27
28
github-token : ${{ secrets.GIT_ACCESS_TOKEN }}
28
29
gpg-passphrase : ${{ secrets.GPG_PASSPHRASE }}
29
30
gpg-public-key : ${{ secrets.GPG_PUBLIC_KEY }}
You can’t perform that action at this time.
0 commit comments