Skip to content

Commit e6db67d

Browse files
committed
adding token
1 parent 756d262 commit e6db67d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test2.yaml

+3-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ on:
66

77
jobs:
88
health_check:
9+
permissions:
10+
contents: write
911
runs-on: ubuntu-latest
1012
steps:
1113
- name: Checkout code
@@ -15,7 +17,7 @@ jobs:
1517
- name: 'Automated Version Bump'
1618
uses: 'phips28/gh-action-bump-version@master'
1719
env:
18-
GITHUB_TOKEN: ${{ secrets.TOKEN_GITHUB }}
20+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1921
with:
2022
minor-wording: 'add,Adds,new'
2123
major-wording: 'MAJOR,cut-major'

0 commit comments

Comments
 (0)