We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afe965e commit d66079dCopy full SHA for d66079d
.github/workflows/daily.yml
@@ -366,6 +366,7 @@ jobs:
366
- name: "Checkout repo"
367
uses: actions/checkout@v5
368
with:
369
+ token: ${{ secrets.MP_SEMANTIC_RELEASE_BOT }}
370
fetch-depth: 0
371
repository: ${{ github.repository }}
372
ref: ${{ inputs.branch_name }}
.github/workflows/release.yml
@@ -10,7 +10,7 @@ on:
10
default: "true"
11
12
permissions:
13
- contents: read
+ contents: write
14
pull-requests: read
15
checks: write
16
0 commit comments