Skip to content
This repository was archived by the owner on Jan 16, 2025. It is now read-only.

Commit e53545c

Browse files
committed
chore(ci): fix worfklow update-docs
1 parent 2943c42 commit e53545c

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

Diff for: .github/workflows/update-docs.yml

+5-3
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,16 @@ on:
55
- "*.tf"
66
- "*.md"
77
- ".github/workflows/update-docs.yml"
8-
permissions: read-all
8+
9+
permissions:
10+
contents: write
11+
pull-requests: write
12+
913
jobs:
1014
docs:
1115
# update docs after merge back to develop
1216
name: Auto update terraform docs
1317
runs-on: ubuntu-latest
14-
permissions:
15-
contents: write
1618
steps:
1719
- if: github.event_name == 'push'
1820
name: Checkout branch

0 commit comments

Comments
 (0)