Skip to content

chore(deps): update n8n to v2.4.8 #83

chore(deps): update n8n to v2.4.8

chore(deps): update n8n to v2.4.8 #83

Workflow file for this run

name: Deploy with Spacelift
on:
workflow_dispatch:
pull_request:
branches: [ 'main' ]
types: [opened, synchronize, reopened, closed, labeled, unlabeled]
jobs:
infrastructure:
runs-on: ubuntu-latest
steps:
- uses: cloudposse/github-action-spacelift-stack-deploy@main
id: spacelift
with:
stack: cloudlab
github_token: ${{ secrets.PUBLIC_REPO_ACCESS_TOKEN }}
organization: ams0
api_key_id: ${{ secrets.SPACELIFT_API_KEY_ID }}
api_key_secret: ${{ secrets.SPACELIFT_API_KEY_SECRET }}
outputs:
outputs: ${{ steps.spacelift.outputs.outputs }}