Skip to content

Commit

Permalink
Create sigrid-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
parveenasba authored Nov 20, 2023
1 parent e136c17 commit cb148ef
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/sigrid-publish.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: sigrid-publish
on:
push:
branches:
- "5.x"

jobs:
sigridci:
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v3
- name: Download Sigrid CI
run: "git clone https://github.com/Software-Improvement-Group/sigridci.git sigridci"
- name: "Run Sigrid CI"
env:
SIGRID_CI_TOKEN: "${{ secrets.SIGRID_CI_TOKEN }}"
run: "./sigridci/sigridci/sigridci.py --customer ssm --system cakephp --subsystem app --source . --publish"

0 comments on commit cb148ef

Please sign in to comment.