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 2f0cf5a commit 919df1bCopy full SHA for 919df1b
.github/workflows/cron-tear-down-sandbox.yml
@@ -41,4 +41,4 @@ jobs:
41
- name: Run Sandbox Cleanup Script
42
run: ./venv/bin/python3 -u scripts/cleanup_sandboxes.py
43
env:
44
- GIT_WORKFLOW_PAT: ${{ secrets.GIT_WORKFLOW_PAT }} # Has "repo" and "workflow" privileges
+ 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