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 ba7e269 commit 662afdbCopy full SHA for 662afdb
.github/workflows/deploy-github-pages.yml
@@ -7,15 +7,22 @@ on:
7
- main # <-- specify the branch you want to deploy from
8
pull_request:
9
10
+permissions: read-all
11
+
12
env:
13
REPO_NAME: ${{ github.event.repository.name }}
14
REPO_OWNER: ${{ github.repository_owner }}
15
16
jobs:
17
deploy:
18
runs-on: ubuntu-22.04
19
+ timeout: 60
20
+ permissions:
21
+ contents: write
22
+ pull-requests: write
23
concurrency:
24
group: ${{ github.workflow }}-${{ github.ref }}
25
26
steps:
27
- uses: actions/checkout@v4
28
with:
0 commit comments