Skip to content

Commit

Permalink
deps: bump Updatecli GitHub action to v2.76.0 (#862)
Browse files Browse the repository at this point in the history
chore: deps: update Updatecli used by Github Action to v2.76.0

Made with ❤️️ by updatecli

Co-authored-by: updatecli <updatecli-bot@updatecli.io>
  • Loading branch information
updateclibot[bot] and updatecli authored Jan 13, 2025
1 parent 5c9e5c0 commit fbdf9e7
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/updatecli.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,41 +11,34 @@ on:
# Run once a day
- cron: '*/10 * * * *'
workflow_dispatch:

permissions:
actions: write
contents: write
pull-requests: write

jobs:
updatecli:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4

- name: Set Node.js 20.x
uses: actions/setup-node@v4.1.0
with:
node-version: 20
cache: npm

- name: "Setup updatecli"
uses: "updatecli/updatecli-action@v2.75.0"

uses: "updatecli/updatecli-action@v2.76.0"
- name: "Run updatecli in dryrun"
run: "updatecli compose diff"
env:
GITHUB_ACTOR: ${{ github.actor }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- uses: tibdex/github-app-token@v2.1
id: generate_token
if: github.ref == 'refs/heads/v2'
with:
app_id: ${{ secrets.UPDATECLIBOT_APP_ID }}
private_key: ${{ secrets.UPDATECLIBOT_APP_PRIVKEY }}

- name: "Run updatecli"
if: github.ref == 'refs/heads/v2'
run: "updatecli compose apply"
Expand Down

0 comments on commit fbdf9e7

Please sign in to comment.