Skip to content

Commit a3be1cd

Browse files
author
Murilo Marinho
committed
Fixing permissions
1 parent 6820f34 commit a3be1cd

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

.github/workflows/build_html.yml

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,20 @@ on:
77
branches: [ "main" ]
88
workflow_dispatch:
99

10+
# https://github.com/actions/starter-workflows/blob/55eb18560f57898549b12afa6defe7cc79705d6a/pages/static.yml#L13
11+
permissions:
12+
contents: read
13+
pages: write
14+
id-token: write
15+
16+
concurrency:
17+
group: "pages"
18+
cancel-in-progress: false
19+
1020
jobs:
1121
build:
1222
runs-on: ubuntu-latest
1323

14-
# https://github.com/actions/starter-workflows/blob/55eb18560f57898549b12afa6defe7cc79705d6a/pages/static.yml#L13
15-
permissions:
16-
contents: read
17-
pages: write
18-
id-token: write
19-
2024
steps:
2125
- uses: actions/checkout@v4
2226

0 commit comments

Comments
 (0)