Skip to content

Commit 60dbddf

Browse files
authored
Use a fine-grained personal access token to push to the Sass site (#2029)
1 parent 78150a9 commit 60dbddf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -591,7 +591,7 @@ jobs:
591591
- uses: actions/checkout@v3
592592
with:
593593
repository: sass/sass-site
594-
token: ${{ secrets.GH_TOKEN }}
594+
token: ${{ secrets.SASS_SITE_TOKEN }}
595595

596596
- uses: EndBug/add-and-commit@v9
597597
with:

0 commit comments

Comments
 (0)