File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 1919 - name : " Install Updatecli"
2020 uses : " updatecli/updatecli-action@v2.96.0"
2121 with :
22- version : " v0.114 .0"
22+ version : " v0.115 .0"
2323
2424 # releasepost is required by the Updatecli
2525 # * policy ghcr.io/updatecli/policies/releasepost/releasepost
3939 - name : " Run updatecli"
4040 run : " updatecli compose apply --file updatecli-compose-release.yaml --experimental"
4141 env :
42+ # The releasepost policy requires the env GITHUB_TOKEN even though
43+ # So I am temporarily adding an empty value to publish the release note
44+ GITHUB_TOKEN : " "
4245 RELEASEPOST_GITHUB_TOKEN : ${{ steps.generate_token.outputs.token }}
4346 UPDATECLI_GITHUB_APP_CLIENT_ID : ${{ secrets.UPDATECLIBOT_APP_ID }}
4447 UPDATECLI_GITHUB_APP_PRIVATE_KEY : ${{ secrets.UPDATECLIBOT_APP_PRIVKEY }}
You can’t perform that action at this time.
0 commit comments