Skip to content

Commit

Permalink
We should use ADMIN_GITHUB_TOKEN for pushing workflows (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
alejandrohdezma authored Nov 29, 2020
1 parent 37b023c commit 4f3f0d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ jobs:
if: github.event_name == 'pull_request'
uses: actions/checkout@v2.3.4
with:
token: ${{ secrets.ADMIN_GITHUB_TOKEN }}
repository: ${{ github.event.pull_request.head.repo.full_name }}
ref: ${{ github.event.pull_request.head.ref }}
- name: Checkout project (master)
Expand Down

0 comments on commit 4f3f0d8

Please # to comment.