Skip to content

Commit 919df1b

Browse files
authored
[PRM-536] Update GIT_WORKFLOW_PAT creation comment (#461)
1 parent 2f0cf5a commit 919df1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cron-tear-down-sandbox.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ jobs:
4141
- name: Run Sandbox Cleanup Script
4242
run: ./venv/bin/python3 -u scripts/cleanup_sandboxes.py
4343
env:
44-
GIT_WORKFLOW_PAT: ${{ secrets.GIT_WORKFLOW_PAT }} # Has "repo" and "workflow" privileges
44+
GIT_WORKFLOW_PAT: ${{ secrets.GIT_WORKFLOW_PAT }} # See https://docs.github.com/en/rest/actions/workflows?apiVersion=2022-11-28#create-a-workflow-dispatch-event

0 commit comments

Comments
 (0)