Skip to content

Commit 59f70e7

Browse files
authored
chore(ci): grant beta/ga workflows permissions for actions (#6705)
1 parent f252546 commit 59f70e7

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/start-beta.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ on:
1616

1717
permissions:
1818
contents: write # To create the new branch and push it
19+
actions: write # To trigger the codeql action for the commit from which we're releasing
1920

2021
jobs:
2122
startRelease:

.github/workflows/start-ga.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ on:
1616

1717
permissions:
1818
contents: write # To create the new branch and push it
19+
actions: write # To trigger the codeql action for the commit from which we're releasing
1920

2021
jobs:
2122
startRelease:

0 commit comments

Comments
 (0)