Skip to content

Commit d66079d

Browse files
ci: update permissions to allow branch push and delete operations (#628)
1 parent afe965e commit d66079d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/daily.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -366,6 +366,7 @@ jobs:
366366
- name: "Checkout repo"
367367
uses: actions/checkout@v5
368368
with:
369+
token: ${{ secrets.MP_SEMANTIC_RELEASE_BOT }}
369370
fetch-depth: 0
370371
repository: ${{ github.repository }}
371372
ref: ${{ inputs.branch_name }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
default: "true"
1111

1212
permissions:
13-
contents: read
13+
contents: write
1414
pull-requests: read
1515
checks: write
1616

0 commit comments

Comments
 (0)