mirror of
https://github.com/yogeshpaliyal/KeyPass.git
synced 2026-01-05 16:36:31 -06:00
token added
This commit is contained in:
committed by
GitHub
parent
a8724d3a1b
commit
4b09a8dafe
6
.github/workflows/version-bump.yaml
vendored
6
.github/workflows/version-bump.yaml
vendored
@@ -21,6 +21,10 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
fetch-depth: 0
|
||||
ref: master
|
||||
token: ${{ secrets.REPO_TOKEN }}
|
||||
|
||||
- name: 🏗 Bump App Version
|
||||
run: ls && bash ./scripts/versionBump.sh $TYPE "$RELEASE_NOTES"
|
||||
@@ -32,6 +36,6 @@ jobs:
|
||||
- name: Version Bump
|
||||
run: |
|
||||
git config --global user.name 'Yogesh Choudhary Paliyal'
|
||||
git config --global user.email 'yogeshpaliyal.foss@gmail.com'
|
||||
git config --global user.email 'yogeshpaliyal@users.noreply.github.com'
|
||||
git commit -am "Automated version bump"
|
||||
git push
|
||||
|
||||
Reference in New Issue
Block a user