Skip to content

Commit

Permalink
[TASK] Add Personal Access Token to trigger new workflow run
Browse files Browse the repository at this point in the history
  • Loading branch information
sabbelasichon committed Oct 29, 2020
1 parent f21194c commit 94e5548
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/php_cs_fixer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
steps:
- uses: actions/checkout@v2
with:
token: ${{ secrets.PAT }}
ref: ${{ github.head_ref }}

- name: Get Composer Cache Directory
Expand Down

0 comments on commit 94e5548

Please sign in to comment.