Skip to content

Commit 0543c54

Browse files
Fix typo, redundant permissions, and trailing whitespace
1 parent dc56e9d commit 0543c54

File tree

3 files changed

+2
-7
lines changed

3 files changed

+2
-7
lines changed

.github/workflows/finalize-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: Finalize Release
2-
permissions:
2+
permissions:
33
contents: write
44
pull-requests: write
55
actions: write

.github/workflows/standard_library_upgrade_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: CodeQL Standard Library Upgrade tests
2-
permission:
2+
permissions:
33
contents: read
44

55
# Run this workflow every time the "supported_codeql_configs.json" file is changed

.github/workflows/validate-release.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,4 @@
11
name: Validate release
2-
permissions:
3-
contents: read
4-
actions: write
5-
checks: write
6-
pull-requests: write
72

83
on:
94
pull_request:

0 commit comments

Comments
 (0)