From e5c956e1db4db4ec645580abdd7c8b06b3f20c09 Mon Sep 17 00:00:00 2001 From: Artem Bilan Date: Wed, 29 Jan 2025 13:18:12 -0500 Subject: [PATCH] Add `actions: write` permission to `test-spring-find-release-version.yml` We need it for cancelling workflow: https://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/controlling-permissions-for-github_token --- .github/workflows/test-spring-find-release-version.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test-spring-find-release-version.yml b/.github/workflows/test-spring-find-release-version.yml index f34aa8c..834c4fc 100644 --- a/.github/workflows/test-spring-find-release-version.yml +++ b/.github/workflows/test-spring-find-release-version.yml @@ -7,4 +7,6 @@ run-name: Release current version for branch ${{ github.ref_name }} jobs: test: + permissions: + actions: write uses: spring-io/spring-github-workflows/.github/workflows/spring-find-release-version.yml@main \ No newline at end of file