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.
2 parents f031f80 + e9042e1 commit 5c01809Copy full SHA for 5c01809
template/.github/workflows/build.yml
@@ -10,6 +10,8 @@ on:
10
jobs:
11
build:
12
runs-on: ubuntu-latest
13
+ permissions:
14
+ contents: read
15
steps:
16
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
17
with:
template/.github/workflows/ci.yml.jinja
@@ -11,6 +11,9 @@ concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
+permissions:
+
18
pre-commit:
19
timeout-minutes: 30
0 commit comments