Skip to content

Commit 2a74bad

Browse files
committed
Try more permissions
1 parent 050abe1 commit 2a74bad

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ defaults:
3434
shell: bash
3535

3636
concurrency:
37-
group: ${{ github.ref_name }}-ci
37+
group: ${{ inputs.is_production_release && format('prod-{0}', inputs.release_version) || format('{0}-ci', github.ref_name) }}
3838
cancel-in-progress: true
3939

4040
permissions:

.github/workflows/production-release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,3 +100,4 @@ jobs:
100100
id-token: write
101101
security-events: write
102102
issues: write
103+
actions: write

0 commit comments

Comments
 (0)