Skip to content

Commit a2f3077

Browse files
ci: update permissions to allow branch push and delete operations
1 parent afe965e commit a2f3077

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ on:
1010
default: "true"
1111

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

1717
jobs:

0 commit comments

Comments
 (0)