From 053bb4f6f680faad4cd9e51b62c05dcd520f2246 Mon Sep 17 00:00:00 2001 From: Michael Buluma Date: Wed, 20 Mar 2024 07:56:45 +0300 Subject: [PATCH] Update Action containers. --- .github/workflows/molecule.yml | 2 +- .github/workflows/release_drafter.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/molecule.yml b/.github/workflows/molecule.yml index fd5c244..a716068 100644 --- a/.github/workflows/molecule.yml +++ b/.github/workflows/molecule.yml @@ -27,7 +27,7 @@ on: # Allows you to run this workflow manually from the Actions tab workflow_dispatch: -permissions: read-all|write-all +permissions: write-all concurrency: group: ${{ github.ref }}-${{ github.workflow }} diff --git a/.github/workflows/release_drafter.yml b/.github/workflows/release_drafter.yml index 3022635..875566b 100644 --- a/.github/workflows/release_drafter.yml +++ b/.github/workflows/release_drafter.yml @@ -23,7 +23,7 @@ on: types: [opened, reopened, synchronize] pull_request_target: -permissions: read-all|write-all +permissions: write-all concurrency: group: ${{ github.ref }}-${{ github.workflow }}