Skip to content

Commit 8900a94

Browse files
committed
chore(ci): add package read perms to the test build
1 parent fb25a21 commit 8900a94

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ jobs:
1313
name: Test Build on Pull Request
1414
if: github.event_name == 'pull_request'
1515
runs-on: ubuntu-latest
16+
permissions:
17+
contents: read
18+
packages: read
1619
steps:
1720
- name: Checkout repository
1821
uses: actions/checkout@v4

0 commit comments

Comments
 (0)