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 8e748d9 commit 9dbc47aCopy full SHA for 9dbc47a
.github/workflows/autoformat.yml
@@ -31,7 +31,7 @@ jobs:
31
- uses: actions/checkout@v4
32
with:
33
ref: ${{ github.head_ref }}
34
- token: ${{ secrets.GA_PAT }}
+ token: ${{ secrets.GA_PAT == '' && secrets.GA_PAT || secrets.GITHUB_TOKEN }}
35
36
- uses: shivammathur/setup-php@v2
37
@@ -59,7 +59,7 @@ jobs:
59
60
61
62
63
64
65
0 commit comments