Skip to content
This repository has been archived by the owner on Aug 27, 2024. It is now read-only.

fix(deps): update angularmaterial monorepo to v15.2.9 #70

fix(deps): update angularmaterial monorepo to v15.2.9

fix(deps): update angularmaterial monorepo to v15.2.9 #70

Workflow file for this run

on:
push:
branches: [ 'main' ]
name: CD
permissions: read-all
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
deploy:
uses: chill-viking/workflows/.github/workflows/swa-deploy.yml@main
name: SWA
with:
output_location: dist/apps/chill-viking-ng-libs
always_deploy: true
secrets:
swa_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_ASHY_FLOWER_0950BD703 }}
git_token: ${{ secrets.GITHUB_TOKEN }}
release-please:
uses: chill-viking/workflows/.github/workflows/release-manifest-please.yml@main
name: Release
secrets:
git_pat: ${{ secrets.ORG_PAT }}
sonar_token: ${{ secrets.ORG_SONAR_TOKEN }}
publish-layout:
uses: ./.github/workflows/npm-publish.yml
needs: release-please
name: Publish Alpha build
if: >
needs.release-please.outputs.releases_created == 'true'
&& contains(needs.release-please.outputs.paths_released, 'libs/layout')
with:
nx_project: layout
project_path: libs/layout
alpha_build: false
secrets:
npm_token: ${{ secrets.ORG_NPM_TOKEN }}
git_token: ${{ secrets.GITHUB_TOKEN }}