Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -366,6 +366,7 @@ jobs:
- name: "Checkout repo"
uses: actions/checkout@v5
with:
token: ${{ secrets.MP_SEMANTIC_RELEASE_BOT }}
fetch-depth: 0
repository: ${{ github.repository }}
ref: ${{ inputs.branch_name }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ on:
default: "true"

permissions:
contents: read
pull-requests: read
contents: write
pull-requests: write
Comment thread
Mansi-mParticle marked this conversation as resolved.
Outdated
checks: write

jobs:
Expand Down
Loading