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'
22
33on :
44 push :
5- branches : [ master ]
5+ branches : [ main ]
66
77jobs :
88 earlyaccess :
1111 uses : redis-field-engineering/redis-github-workflows/.github/workflows/early-access.yml@main
1212 with :
1313 jreleaser-arguments : full-release
14- java-version : 21
1514 secrets :
15+ github-user : ${{ secrets.GIT_USER }}
1616 github-token : ${{ secrets.GIT_ACCESS_TOKEN }}
1717 gpg-passphrase : ${{ secrets.GPG_PASSPHRASE }}
1818 gpg-public-key : ${{ secrets.GPG_PUBLIC_KEY }}
Original file line number Diff line number Diff line change 88 required : true
99 branch :
1010 description : ' Branch'
11- default : ' master '
12- required : false
11+ default : ' main '
12+ required : true
1313 tasks :
1414 description : ' Tasks'
1515 default : ' build aggregateTestReports publish'
1616 required : false
17-
17+
1818jobs :
1919 release :
2020 name : Release
2424 version : ${{ github.event.inputs.version }}
2525 tasks : ${{ github.event.inputs.tasks }}
2626 secrets :
27+ github-user : ${{ secrets.GIT_USER }}
2728 github-token : ${{ secrets.GIT_ACCESS_TOKEN }}
2829 gpg-passphrase : ${{ secrets.GPG_PASSPHRASE }}
2930 gpg-public-key : ${{ secrets.GPG_PUBLIC_KEY }}
You can’t perform that action at this time.
0 commit comments