We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1686675 commit f94eeb4Copy full SHA for f94eeb4
.github/workflows/publish.yml
@@ -21,7 +21,7 @@ jobs:
21
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
22
- uses: actions/checkout@v2
23
with:
24
- token: ${{ secrets.PAT }}
+ token: ${{ secrets.GH_PAT }}
25
26
- name: Setup PHP
27
uses: shivammathur/setup-php@v2
0 commit comments