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 7d955d6 commit 762851dCopy full SHA for 762851d
.github/workflows/prettier.yaml
@@ -19,7 +19,7 @@ jobs:
19
with:
20
fetch-depth: 2
21
ref: ${{ github.event.inputs.branch }}
22
- token: ${{ secrets.GH_PAT_WORKFLOW }}
+ token: ${{ secrets.GITHUB_TOKEN }}
23
24
- name: setup environment
25
uses: ./.github/actions/setup
0 commit comments