Skip to content

Commit

Permalink
Use a fine-grained personal access token to push to the Sass site
Browse files Browse the repository at this point in the history
  • Loading branch information
nex3 committed Jun 26, 2023
1 parent 61af9ee commit 62b9a3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -591,7 +591,7 @@ jobs:
- uses: actions/checkout@v3
with:
repository: sass/sass-site
token: ${{ secrets.GH_TOKEN }}
token: ${{ secrets.SASS_SITE_TOKEN }}

- uses: EndBug/add-and-commit@v9
with:
Expand Down

0 comments on commit 62b9a3c

Please sign in to comment.