forked from porsche-design-system/porsche-design-system
-
Notifications
You must be signed in to change notification settings - Fork 0
35 lines (35 loc) · 1.24 KB
/
push.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
on:
push:
branches:
- main
- v*
- issue/*
- housekeeping/*
- release/*
- dependabot/**/*
name: 'Porsche Design System'
jobs:
build-and-test:
name: 'Build and Test'
uses: ./.github/workflows/build-and-test.yml
secrets:
github-token: ${{ secrets.GITHUB_TOKEN }}
deploy-and-release:
name: 'Deploy and Release'
uses: ./.github/workflows/deploy-and-release.yml
needs:
- build-and-test
secrets:
linode-aws-access-key-id: ${{ secrets.LINODE_AWS_ACCESS_KEY_ID }}
linode-aws-secret-access-key: ${{ secrets.LINODE_AWS_SECRET_ACCESS_KEY }}
github-token: ${{ secrets.GITHUB_TOKEN }}
gh-repository-storefront: ${{ secrets.GH_REPOSITORY_STOREFRONT }}
gh-deploy-key-storefront: ${{ secrets.GH_DEPLOY_KEY_STOREFRONT }}
porsche-npm-registry-token: ${{ secrets.PORSCHE_NPM_REGISTRY_TOKEN }}
npmjs-registry-token: ${{ secrets.NPMJS_REGISTRY_TOKEN }}
cdn-user: ${{ secrets.CDN_USER }}
cdn-ssh-key: ${{ secrets.CDN_SSH_KEY }}
algolia-app-id: ${{ secrets.ALGOLIA_APP_ID }}
algolia-api-key: ${{ secrets.ALGOLIA_API_KEY }}
uxpin-token-dev: ${{ secrets.UXPIN_TOKEN_DEV }}
uxpin-token-latest: ${{ secrets.UXPIN_TOKEN_LATEST }}