We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31c2d39 commit 42cd41dCopy full SHA for 42cd41d
.github/workflows/build.yaml
@@ -6,7 +6,8 @@ on:
6
jobs:
7
build:
8
runs-on: ubuntu-latest
9
-
+ permissions:
10
+ contents: read
11
steps:
12
- name: Checkout code
13
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
.github/workflows/on-pr.yaml
@@ -1,5 +1,6 @@
1
name: On Pull Request
2
+permissions:
3
4
on:
5
pull_request:
types:
0 commit comments