We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ee33ac commit fceff72Copy full SHA for fceff72
.github/workflows/deploy_preview.yml
@@ -16,6 +16,8 @@ jobs:
16
if: ${{ github.repository == 'primer/css' }}
17
uses: primer/.github/.github/workflows/deploy_preview.yml@main
18
name: Deploy preview
19
+ secrets:
20
+ gh_token: ${{ secrets.GITHUB_TOKEN }}
21
with:
22
node_version: 14
23
install: yarn && cd docs && yarn && cd ..
.github/workflows/deploy_production.yml
@@ -39,6 +39,8 @@ jobs:
39
name: Production
40
needs: [guard]
41
uses: primer/.github/.github/workflows/deploy.yml@main
42
43
44
45
46
0 commit comments