Skip to content

Commit

Permalink
Fix deploy permissions and add asf-site branch protection
Browse files Browse the repository at this point in the history
  • Loading branch information
tuhaihe committed Nov 8, 2024
1 parent 6f74f9c commit 5c11c05
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .asf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ github:

# requires all conversations to be resolved before merging is possible
required_conversation_resolution: true

asf-site: {}
del_branch_on_merge: true
dependabot_alerts: true
dependabot_updates: false
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/publish-cloudberry-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ on:
jobs:
publish:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
Expand Down

0 comments on commit 5c11c05

Please sign in to comment.