Changeset 55715 for trunk/.github/workflows/failed-workflow.yml
- Timestamp:
- 05/03/2023 10:15:27 PM (17 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/failed-workflow.yml
r55152 r55715 12 12 type: 'string' 13 13 14 # Disable permissions for all available scopes by default. 15 # Any needed permissions should be configured at the job level. 16 permissions: {} 17 14 18 jobs: 15 19 # Attempts to rerun a workflow. … … 21 25 name: Rerun a workflow 22 26 runs-on: ubuntu-latest 27 permissions: 28 actions: write 23 29 timeout-minutes: 5 24 30
Note: See TracChangeset
for help on using the changeset viewer.