Skip to content

Commit de87f11

Browse files
CopilotSaadnajmi
andcommitted
fix: add explicit permissions to PR workflow to limit GITHUB_TOKEN scope
Co-authored-by: Saadnajmi <6722175+Saadnajmi@users.noreply.github.com>
1 parent f6b4396 commit de87f11

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/pr.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: PR
22
on: pull_request
33

4+
permissions:
5+
contents: read
6+
47
concurrency:
58
group: ${{ github.workflow }}-${{ github.ref }}
69
cancel-in-progress: true

0 commit comments

Comments
 (0)