We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8b205a commit 5706842Copy full SHA for 5706842
1 file changed
.github/workflows/nightly.yml
@@ -44,6 +44,11 @@ jobs:
44
# The variable acts as an explicit opt-in marker — the secret alone
45
# doesn't activate the job, preventing fingerprinting of secret presence.
46
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
52
steps:
53
- uses: actions/checkout@v4
54
0 commit comments