Skip to content

Commit

Permalink
Update python-app.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zyberzebra authored May 3, 2024
1 parent 296c964 commit ebaa4bf
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
branches: [ "master" ]

permissions:
contents: read
contents: write

jobs:
build:
Expand All @@ -36,3 +36,8 @@ jobs:
git add .
git commit -m "update"
git push
- name: Push changes
uses: ad-m/github-push-action@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
branch: ${{ github.ref }}

0 comments on commit ebaa4bf

Please sign in to comment.