Skip to content

Commit baa4d80

Browse files
committed
try magic GH token instead of secrets.PAT
1 parent 62cf577 commit baa4d80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-php.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
workflow_dispatch:
1212

1313
env:
14-
GITHUB_TOKEN: ${{ secrets.PAT }}
14+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1515
SPC_VERSION: 2.7.7
1616

1717
jobs:

0 commit comments

Comments
 (0)