Skip to content

Commit

Permalink
Trigger pipeline in gitlab repo for every commit in community-theme.palm
Browse files Browse the repository at this point in the history
  • Loading branch information
snglth committed Aug 29, 2023
1 parent f6da9da commit ec640d1
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/commmunity-theme-tutor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Build and deploy tutor
on:
push:
branches: [ "community-theme.palm" ]

jobs:
deploy:
permissions:
actions: write
runs-on: ubuntu-latest

steps:
- name: Trigger community-theme-tutor pipeline
run: |
curl --request POST --form token=${{ secrets.GITLAB_PIPELINE_TOKEN }} --form ref=main https://gitlab.com/api/v4/projects/48712583/trigger/pipeline

0 comments on commit ec640d1

Please sign in to comment.