Skip to content

Commit e5c956e

Browse files
committed
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
1 parent 3a526f3 commit e5c956e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test-spring-find-release-version.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,6 @@ run-name: Release current version for branch ${{ github.ref_name }}
77

88
jobs:
99
test:
10+
permissions:
11+
actions: write
1012
uses: spring-io/spring-github-workflows/.github/workflows/spring-find-release-version.yml@main

0 commit comments

Comments
 (0)