Skip to content

Commit

Permalink
chore(Release): fix permission issue to semantic-release-bot
Browse files Browse the repository at this point in the history
This gives the bot access so it has permission to push to a restricted branch

Source: semantic-release/git#196 (comment)
  • Loading branch information
tujoworker committed Oct 28, 2021
1 parent b452b38 commit 3e2c408
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ jobs:
steps:
- name: Git checkout
uses: actions/checkout@v2
with:
persist-credentials: false

- name: Use Node.js
uses: actions/setup-node@v2
Expand Down

0 comments on commit 3e2c408

Please sign in to comment.