Skip to content

Commit 648eadd

Browse files
committed
removed administration permissions
1 parent c7fb1f5 commit 648eadd

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/bump-version.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ permissions:
1515
actions: read
1616
contents: write
1717
pull-requests: write
18-
administration: write
1918

2019
concurrency:
2120
group: bump-version

.github/workflows/promote-branch.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: 'Promote branch'
1+
name: 'Promote branch'
22

33
on:
44
workflow_dispatch:
@@ -21,7 +21,6 @@ permissions:
2121
id-token: write
2222
contents: write
2323
pull-requests: write
24-
administration: write
2524

2625
concurrency:
2726
group: 'promote-branch-${{ inputs.promotion-type }}-${{github.ref_name }}'

0 commit comments

Comments
 (0)