File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change 14
14
nextversion :
15
15
description : ' Next dev version'
16
16
required : true
17
- pat :
18
- description : ' PAT'
19
- required : true
20
17
21
18
jobs :
22
19
release :
61
58
62
59
- name : Checkout pass-core and pass-support using PAT
63
60
run : |
64
- git clone https://${{ inputs.pat }}@github.com/eclipse-pass/pass-core.git combined/pass-core
65
- git clone https://${{ inputs.pat }}@github.com/eclipse-pass/pass-support.git combined/pass-support
61
+ git clone https://${{ secrets.JAVA_RELEASE_PAT }}@github.com/eclipse-pass/pass-core.git combined/pass-core
62
+ git clone https://${{ secrets.JAVA_RELEASE_PAT }}@github.com/eclipse-pass/pass-support.git combined/pass-support
66
63
67
64
- name : Set the release version, commit the change, and tag it
68
65
run : |
101
98
with :
102
99
registry : ghcr.io
103
100
username : ${{ github.actor }}
104
- password : ${{ secrets.GITHUB_TOKEN }}
101
+ password : ${{ secrets.JAVA_RELEASE_PAT }}
105
102
106
103
- name : Push Docker images to GHCR
107
104
run : |
@@ -130,4 +127,4 @@ jobs:
130
127
gh release create "$RELEASE" --repo=eclipse-pass/pass-core --generate-notes
131
128
gh release create "$RELEASE" --repo=eclipse-pass/pass-support --generate-notes
132
129
env :
133
- GITHUB_TOKEN : ${{ inputs.pat }}
130
+ GITHUB_TOKEN : ${{ secrets.JAVA_RELEASE_PAT }}
You can’t perform that action at this time.
0 commit comments