File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,25 +11,21 @@ jobs:
1111 steps :
1212 - name : " Checkout"
1313 uses : " actions/checkout@v3"
14-
1514 - name : " Setup updatecli"
16- uses : " updatecli/updatecli-action@v2"
17-
15+ uses : " updatecli/updatecli-action@4b17f4ea784de29f71f85f9bc4955402ba1ae53c" # v2.100.0
1816 - uses : tibdex/github-app-token@v1.6
1917 id : generate_token
2018 if : github.ref == 'refs/heads/main'
2119 with :
2220 app_id : ${{ secrets.UPDATECLIBOT_APP_ID }}
2321 private_key : ${{ secrets.UPDATECLIBOT_APP_PRIVKEY }}
24-
2522 - name : " Login Udash"
2623 if : github.ref == 'refs/heads/main'
2724 run : " updatecli udash login --experimental --api-url $UPDATECLI_UDASH_API_URL --oauth-access-token $UPDATECLI_UDASH_ACCESS_TOKEN $UPDATECLI_UDASH_URL"
2825 env :
2926 UPDATECLI_UDASH_API_URL : ${{ secrets.UPDATECLI_UDASH_API_URL }}
3027 UPDATECLI_UDASH_ACCESS_TOKEN : ${{ secrets.UPDATECLI_UDASH_ACCESS_TOKEN }}
3128 UPDATECLI_UDASH_URL : ${{ secrets.UPDATECLI_UDASH_URL }}
32-
3329 - name : " Run updatecli"
3430 run : " updatecli compose apply --experimental"
3531 env :
You can’t perform that action at this time.
0 commit comments