Skip to content

Commit dd213fd

Browse files
committed
chore: deps: update Updatecli used by Github Action to v2.100.0
Made with ❤️️ by updatecli
1 parent 2e45899 commit dd213fd

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

.github/workflows/updatecli.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)