There was an error while loading. Please reload this page.
1 parent 3176601 commit c75df48Copy full SHA for c75df48
1 file changed
.github/workflows/create_staging_branch.yaml
@@ -8,6 +8,10 @@ on:
8
- "advisories/**"
9
workflow_dispatch:
10
11
+permissions:
12
+ contents: write # Required to create and push branches
13
+ pull-requests: write # Required to edit PR base branch
14
+
15
jobs:
16
ensure-base-is-staging:
17
runs-on: ubuntu-latest
0 commit comments