Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
treeder authored May 9, 2023
1 parent c8c5a8a commit bdc656e
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,19 +44,17 @@ wget -O - https://raw.githubusercontent.com/treeder/bump/master/gitbump.sh | bas
## GitHub Action to bump version

```yaml


name: Bump version

on:
push:
branches:
- main
jobs:
build-and-deploy:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Bump version
run: |
git config --global user.email "[email protected]"
Expand All @@ -65,6 +63,15 @@ jobs:
wget -O - https://raw.githubusercontent.com/treeder/bump/master/gitbump.sh | bash
```
If you get this error:
```
remote: Permission to username/repo.git denied to github-actions[bot].
fatal: unable to access 'https://github.com/username/repo/': The requested URL returned error: 403
```
Go into the repo settings -> actions -> general -> Workflow permissions and give actions read/write access.
## Extra Features
### extract
Expand Down

0 comments on commit bdc656e

Please sign in to comment.