Skip to content

Commit 74ae9ba

Browse files
committed
ci(github): add write permission to action
1 parent 51adef2 commit 74ae9ba

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,10 @@ defaults:
2626
shell: bash
2727

2828
jobs:
29-
# Build job
30-
build:
29+
deploy:
3130
runs-on: ubuntu-latest
31+
permissions:
32+
actions: write
3233
env:
3334
DEPLOY_DIR: _site/
3435
DEPLOY_BRANCH: gh-pages

0 commit comments

Comments
 (0)