From 89713b43a5ffbfbe4c46f12d809180a4795aa2d9 Mon Sep 17 00:00:00 2001 From: Danilo Pianini Date: Thu, 16 Nov 2023 12:01:20 +0100 Subject: [PATCH] try to use the actions write permissions --- .github/workflows/autogen.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/autogen.yml b/.github/workflows/autogen.yml index c312e6b..9aa8a31 100644 --- a/.github/workflows/autogen.yml +++ b/.github/workflows/autogen.yml @@ -5,9 +5,11 @@ on: jobs: generate-workflows: + permissions: + actions: write runs-on: ubuntu-latest steps: - name: Run locally uses: 'DanySK/true-yaml-actions@master' with: - token: ${{ secrets.WORKFLOW_TOKEN }} + token: ${{ github.token }}