We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51615ef commit 1686675Copy full SHA for 1686675
.github/workflows/publish.yml
@@ -20,6 +20,8 @@ jobs:
20
steps:
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 }}
25
26
- name: Setup PHP
27
uses: shivammathur/setup-php@v2
0 commit comments