From 4564a15c8f407cd5443b59ef4f0f65f91fb482d1 Mon Sep 17 00:00:00 2001 From: Mikel Larreategi Date: Tue, 31 Oct 2023 20:11:02 +0100 Subject: [PATCH] add permissions to token --- .github/workflows/python-app.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index ae7234e4bf..17ff037e70 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -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