Skip to content

Commit

Permalink
fix(CI): "You're not authorized to push to this branch"
Browse files Browse the repository at this point in the history
  • Loading branch information
adrienjoly committed Jan 1, 2021
1 parent 627e6cc commit 6457bcb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Expand Up @@ -135,6 +135,9 @@ jobs:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
with:
# to prevent "You're not authorized to push to this branch"
persist-credentials: false
- uses: actions/setup-node@v2
with:
node-version: 12.19.1
Expand Down

0 comments on commit 6457bcb

Please sign in to comment.