We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1f83af9 + 6558ab8 commit 39f8809Copy full SHA for 39f8809
1 file changed
.github/workflows/build.yml
@@ -29,6 +29,8 @@ jobs:
29
build_and_test:
30
name: Build, Test, and Pack
31
runs-on: ubuntu-latest # Use the latest Ubuntu runner
32
+ permissions:
33
+ contents: read
34
35
steps:
36
- name: Checkout code
0 commit comments