Skip to content

Commit 814255b

Browse files
committed
ci: add push permission:
1 parent e4e4430 commit 814255b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/docs.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ concurrency:
1111
group: ${{ github.workflow }}-${{ github.ref }}
1212
cancel-in-progress: true
1313

14+
permissions:
15+
contents: write
16+
1417
jobs:
1518
build:
1619
runs-on: ubuntu-latest
@@ -39,7 +42,6 @@ jobs:
3942
cd './build'
4043
git config user.name github-actions
4144
git config user.email [email protected]
42-
git config receive.denynonfastforwards false
4345
git add .
4446
git commit -m "Update pages"
4547
git push

0 commit comments

Comments
 (0)