Skip to content

Commit e35ddc4

Browse files
committed
update workflow
1 parent 54a7ead commit e35ddc4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/build_vue.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ on:
66
pull_request:
77
branches: [ page ]
88

9+
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
10+
permissions:
11+
contents: write
12+
pages: write
13+
id-token: write
14+
915
jobs:
1016
build_vue:
1117
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)