File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-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 : 19
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'
2323 branch : ${{ github.event.inputs.branch }}
2424 version : ${{ github.event.inputs.version }}
2525 tasks : ${{ github.event.inputs.tasks }}
26- java-version : 21
2726 secrets :
27+ github-user : ${{ secrets.GIT_USER }}
2828 github-token : ${{ secrets.GIT_ACCESS_TOKEN }}
2929 gpg-passphrase : ${{ secrets.GPG_PASSPHRASE }}
3030 gpg-public-key : ${{ secrets.GPG_PUBLIC_KEY }}
You can’t perform that action at this time.
0 commit comments