mirror of
https://github.com/primer/css.git
synced 2024-11-23 03:10:10 +03:00
use prod primer workflow for main deployment
This commit is contained in:
parent
160286966b
commit
8352d8d000
8
.github/workflows/deploy_production.yml
vendored
8
.github/workflows/deploy_production.yml
vendored
@ -10,9 +10,13 @@ on:
|
||||
- 'package.json'
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
contents: write
|
||||
pages: write
|
||||
id-token: write
|
||||
deployments: write
|
||||
issues: write
|
||||
statuses: write
|
||||
checks: write
|
||||
|
||||
jobs:
|
||||
guard:
|
||||
@ -39,7 +43,7 @@ jobs:
|
||||
if: ${{ github.repository == 'primer/css' }}
|
||||
name: Production
|
||||
needs: [guard]
|
||||
uses: primer/.github/.github/workflows/deploy_preview.yml@main
|
||||
uses: primer/.github/.github/workflows/deploy.yml@main
|
||||
with:
|
||||
node_version: 14
|
||||
install: yarn
|
||||
|
Loading…
Reference in New Issue
Block a user