Skip to content

Commit 7907fb7

Browse files
authored
Update Updatecli version to v0.115.0
1 parent e609535 commit 7907fb7

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/updatecli_release.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
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
@@ -39,6 +39,9 @@ jobs:
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 }}

0 commit comments

Comments
 (0)