Skip to content

Commit 5706842

Browse files
committed
Grant live-smoke job permissions to open drift PR
1 parent a8b205a commit 5706842

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/nightly.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,11 @@ jobs:
4444
# The variable acts as an explicit opt-in marker — the secret alone
4545
# doesn't activate the job, preventing fingerprinting of secret presence.
4646
if: ${{ vars.LIVE_SMOKE_ENABLED == 'true' }}
47+
# peter-evans/create-pull-request needs write to push the drift branch
48+
# and open the PR. Scoped to this job only — link-check stays read-only.
49+
permissions:
50+
contents: write
51+
pull-requests: write
4752
steps:
4853
- uses: actions/checkout@v4
4954

0 commit comments

Comments
 (0)