Skip to content

Commit

Permalink
ci: test push permission with GITHUB_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinBol committed Aug 25, 2024
1 parent 38b9f12 commit ee0944c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/homey-app-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,5 @@ jobs:
git tag "v${{ steps.update_app_version.outputs.version }}"
git push origin HEAD --tags
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit ee0944c

Please sign in to comment.