Skip to content

Commit

Permalink
fix: ci: add missing permission to doc update
Browse files Browse the repository at this point in the history
  • Loading branch information
Panakotta00 committed Oct 27, 2024
1 parent 532a9d7 commit 5511950
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/update-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,15 @@ jobs:
name: DocumentationCLI
run-id: ${{ steps.find-doc-cli.outputs.result }}
path: ${{ github.workspace }}
github-token: ${{ secrets.GITHUB_TOKEN }}

- name: Download Documentation
uses: actions/download-artifact@v4
with:
name: DocumentationCLI
name: Documentation
run-id: ${{ steps.find-documentation.outputs.result }}
path: ${{ github.workspace }}
github-token: ${{ secrets.GITHUB_TOKEN }}

- name: Checkout Repository
uses: actions/checkout@v4
Expand Down

0 comments on commit 5511950

Please sign in to comment.