Skip to content

Commit

Permalink
Update Bump Version.yml
Browse files Browse the repository at this point in the history
marioparaschiv committed May 4, 2024
1 parent 9e66f98 commit 6ad8353
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .github/workflows/Bump Version.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
name: Build Version
permissions:
actions: write
checks: write
contents: write
pull-requests: write

on:
workflow_dispatch:
@@ -14,6 +9,13 @@ on:
branches:
- '*'

permissions:
actions: write
checks: write
contents: write
pull-requests: write


jobs:
bump:
runs-on: ubuntu-latest
@@ -45,5 +47,5 @@ jobs:
- name: Push Changes
uses: ad-m/github-push-action@master
with:
github_token: ${{ secrets.GH_TOKEN }}
github_token: ${{ secrets.GITHUB_TOKEN }}
branch: ${{ github.ref }}

0 comments on commit 6ad8353

Please sign in to comment.