Skip to content

Commit 4c9d7ed

Browse files
petesramekPete Sramekgithub-actions[bot]dependabot[bot]Copilot
authored
Removed administration permission (#161)
- Removed administration permission --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Pete Sramek <petr.sramek@dropoutcoder.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com> Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent bd1cc67 commit 4c9d7ed

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)