File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44 dockerize :
55 default : true
66 type : boolean
7+ pub
78 uploadJavaScriptArtifacts :
89 type : boolean
910 default : false
@@ -122,8 +123,8 @@ jobs:
122123 uses : docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3
123124 with :
124125 registry : ${{ inputs.registry }}
125- username : theguild-bot
126- password : ${{ secrets.BOT_GITHUB_TOKEN }}
126+ username : ${{ github.actor }}
127+ password : ${{ secrets.GITHUB_TOKEN }}
127128
128129 - uses : frabert/replace-string-action@b6828c5a4cb6371753ff873b0d1c4c4fbd9a63cb # v2.5
129130 id : branch_name_fix
@@ -216,8 +217,8 @@ jobs:
216217 uses : docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3
217218 with :
218219 registry : ${{ inputs.registry }}
219- username : ${{ github.actor }}
220- password : ${{ secrets.GITHUB_TOKEN }}
220+ username : theguild-bot
221+ password : ${{ secrets.BOT_GITHUB_TOKEN }}
221222
222223 - name : ' publish docker multiarch manifest (tag: ${{ inputs.imageTag }})'
223224 run : |
You can’t perform that action at this time.
0 commit comments