Skip to content

added gitlab action to trigger stage #1

added gitlab action to trigger stage

added gitlab action to trigger stage #1

Workflow file for this run

name: Deploy Stage
on:
push:
branches:
- main
jobs:
trigger:
runs-on: ubuntu-latest
steps:
- name: Trigger GitLab Pipeline
uses: digital-blueprint/gitlab-pipeline-trigger-action@v1
with:
host: "${{ secrets.GITLAB_URL }}

Check failure on line 13 in .github/workflows/deploy.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/deploy.yml

Invalid workflow file

You have an error in your yaml syntax on line 13
trigger_token: ${{ secrets.GITLAB_DEPLOY_TRIGGER_TOKEN }}
access_token: ${{ secrets.GITLAB_DEPLOY_ACCESS_TOKEN }}
id: ${{ vars.GITLAB_PROJECT_ID }}
ref: ${{ vars.GITLAB_REF }}