Skip to content

Added sigrid ci workflows (#232) #1

Added sigrid ci workflows (#232)

Added sigrid ci workflows (#232) #1

name: Publish to Sigrid
on:
push:
branches:
- master
- development
jobs:
sigridci:
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Sigrid CI
uses: Software-Improvement-Group/sigridci@main
with:
customer: TNO
system: SOARCA
publishonly: true
env:
SIGRID_CI_TOKEN: "${{ secrets.SIGRID_CI_TOKEN }}"