Skip to content

Commit 8ea908f

Browse files
[CI] Add Workflow permissions to PR tests (#13233)
[CI] Add workflow permissions to PR tests Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
1 parent a08c274 commit 8ea908f

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/pr_tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ on:
1616
branches:
1717
- ci-*
1818

19+
permissions:
20+
contents: read
21+
1922
concurrency:
2023
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
2124
cancel-in-progress: true

0 commit comments

Comments
 (0)