Skip to content

Commit 631aade

Browse files
authored
Merge pull request #6 from copilot-community-sdk/copilot/fix-github-actions-workflow-again
Fix workflow dispatch permission error in deploy-site job
2 parents 65ac7b8 + d1563ee commit 631aade

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/publish-maven.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,9 @@ jobs:
187187
name: Deploy Documentation
188188
needs: [publish-maven, github-release]
189189
runs-on: ubuntu-latest
190+
permissions:
191+
actions: write
192+
contents: read
190193
steps:
191194
- name: Trigger site deployment
192195
run: |

0 commit comments

Comments
 (0)