We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 756d262 commit e6db67dCopy full SHA for e6db67d
.github/workflows/test2.yaml
@@ -6,6 +6,8 @@ on:
6
7
jobs:
8
health_check:
9
+ permissions:
10
+ contents: write
11
runs-on: ubuntu-latest
12
steps:
13
- name: Checkout code
@@ -15,7 +17,7 @@ jobs:
15
17
- name: 'Automated Version Bump'
16
18
uses: 'phips28/gh-action-bump-version@master'
19
env:
- GITHUB_TOKEN: ${{ secrets.TOKEN_GITHUB }}
20
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
21
with:
22
minor-wording: 'add,Adds,new'
23
major-wording: 'MAJOR,cut-major'
0 commit comments