File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99 repository_dispatch :
1010 types :
1111 - " updatecli-release"
12-
1312permissions : {}
14-
1513jobs :
1614 updatecli :
1715 runs-on : ubuntu-latest
@@ -23,17 +21,14 @@ jobs:
2321 uses : " actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd" # v6.0.2
2422 with :
2523 persist-credentials : false
26-
2724 - name : " Install Updatecli"
28- uses : " updatecli/updatecli-action@3e2cbfd2d4bec97ce3ec7155da54ddf599893026 " # v3.1.0
25+ uses : " updatecli/updatecli-action@7aab164eed4ee3bb279611182ba1e62a3a867640 " # v3.1.1
2926 with :
3027 version : " v0.116.0"
31-
3228 # releasepost is required by the Updatecli
3329 # * policy ghcr.io/updatecli/policies/releasepost/releasepost
3430 - name : " Install Releasepost"
3531 uses : " updatecli/releasepost-action@864390bddae97db06ee881ab4a08d159b4464643" # v0.5.0
36-
3732 - name : " Run updatecli only on release pipelines"
3833 run : updatecli compose apply --clean-git-branches=true --labels="release:updatecli" --experimental
3934 env :
4338 UPDATECLI_UDASH_API_URL : ${{ secrets.UPDATECLI_UDASH_API_URL }}
4439 UPDATECLI_UDASH_ACCESS_TOKEN : ${{ secrets.UPDATECLI_UDASH_ACCESS_TOKEN }}
4540 UPDATECLI_UDASH_URL : ${{ secrets.UPDATECLI_UDASH_URL }}
46-
4741 - name : " Run updatecli"
4842 run : " updatecli compose apply --file updatecli-compose-release.yaml --experimental"
4943 env :
You can’t perform that action at this time.
0 commit comments