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 02aee9c commit a7a7bd4Copy full SHA for a7a7bd4
.github/workflows/continuous-integration.yml
@@ -12,6 +12,8 @@ on:
12
concurrency:
13
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
14
cancel-in-progress: true
15
+permissions:
16
+ contents: read # to fetch code (actions/checkout)
17
jobs:
18
lint-build:
19
name: "Lint & Build"
.github/workflows/website.yml
@@ -4,8 +4,11 @@ on:
4
push:
5
branches:
6
- docs
7
+permissions: {}
8
9
build:
10
+ permissions:
11
+ contents: write
name: Build & Deploy
runs-on: ubuntu-20.04
steps:
0 commit comments