Skip to content

Commit 6094e1e

Browse files
ohno
1 parent a15053b commit 6094e1e

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,14 @@ on:
44
push:
55
branches: [ "master" ]
66

7-
env:
8-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7+
permissions:
8+
contents: read
9+
pages: write
10+
id-token: write
11+
12+
concurrency:
13+
group: "pages"
14+
cancel-in-progress: false
915

1016
jobs:
1117
build:

0 commit comments

Comments
 (0)