Skip to content

Commit fceff72

Browse files
authored
restore contributor stats to docs footer (#2193)
1 parent 5ee33ac commit fceff72

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/deploy_preview.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ jobs:
1616
if: ${{ github.repository == 'primer/css' }}
1717
uses: primer/.github/.github/workflows/deploy_preview.yml@main
1818
name: Deploy preview
19+
secrets:
20+
gh_token: ${{ secrets.GITHUB_TOKEN }}
1921
with:
2022
node_version: 14
2123
install: yarn && cd docs && yarn && cd ..

.github/workflows/deploy_production.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ jobs:
3939
name: Production
4040
needs: [guard]
4141
uses: primer/.github/.github/workflows/deploy.yml@main
42+
secrets:
43+
gh_token: ${{ secrets.GITHUB_TOKEN }}
4244
with:
4345
node_version: 14
4446
install: yarn && cd docs && yarn && cd ..

0 commit comments

Comments
 (0)