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 43a1e9a commit 9b62606Copy full SHA for 9b62606
.github/workflows/ci.yml
@@ -4,8 +4,10 @@ on:
4
- push
5
- pull_request
6
7
+permissions: read-all
8
+
9
jobs:
- CI:
10
+ ci:
11
runs-on: ubuntu-latest
12
steps:
13
- uses: actions/checkout@v4
.github/workflows/deploy.yml
@@ -6,10 +6,7 @@ on:
- main
workflow_dispatch:
-permissions:
- contents: read
- pages: write
- id-token: write
14
concurrency:
15
group: pages
@@ -20,6 +17,10 @@ jobs:
20
17
environment:
21
18
name: github-pages
22
19
url: ${{ steps.deployment.outputs.page_url }}
+ permissions:
+ contents: read
+ pages: write
23
+ id-token: write
24
25
26
0 commit comments