Try using a personal access token for formatter job

This commit is contained in:
Marshall Polaris 2022-08-05 16:02:46 -07:00
parent f05db0ef0f
commit 7e0634aee0

View File

@ -12,8 +12,6 @@ env:
FORCE_COLOR: 3
NEXT_TELEMETRY_DISABLED: 1
permissions: write-all
jobs:
prettify:
name: Auto-prettify
@ -23,6 +21,8 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v3
with:
token: ${{ secrets.FORMATTER_ACCESS_TOKEN }}
- name: Restore cached node_modules
uses: actions/cache@v2
with: