We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e609535 commit 7907fb7Copy full SHA for 7907fb7
1 file changed
.github/workflows/updatecli_release.yaml
@@ -19,7 +19,7 @@ jobs:
19
- name: "Install Updatecli"
20
uses: "updatecli/updatecli-action@v2.96.0"
21
with:
22
- version: "v0.114.0"
+ version: "v0.115.0"
23
24
# releasepost is required by the Updatecli
25
# * policy ghcr.io/updatecli/policies/releasepost/releasepost
@@ -39,6 +39,9 @@ jobs:
39
- name: "Run updatecli"
40
run: "updatecli compose apply --file updatecli-compose-release.yaml --experimental"
41
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: ""
45
RELEASEPOST_GITHUB_TOKEN: ${{ steps.generate_token.outputs.token }}
46
UPDATECLI_GITHUB_APP_CLIENT_ID: ${{ secrets.UPDATECLIBOT_APP_ID }}
47
UPDATECLI_GITHUB_APP_PRIVATE_KEY: ${{ secrets.UPDATECLIBOT_APP_PRIVKEY }}
0 commit comments