Skip to content

Commit

Permalink
add permissions to token
Browse files Browse the repository at this point in the history
  • Loading branch information
erral committed Oct 31, 2023
1 parent ecde7d5 commit 4564a15
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ jobs:
build:
runs-on: ubuntu-latest

permissions:
# Give the default GITHUB_TOKEN write permission to commit and push the
# added or changed files to the repository.
contents: write

steps:
- uses: actions/checkout@v3
- name: Set up Python 3.11
Expand Down

0 comments on commit 4564a15

Please sign in to comment.