Skip to content

Commit

Permalink
Merge pull request #24 from homarr-labs/22-feat-sync-docs-with-github…
Browse files Browse the repository at this point in the history
…-actions

ci(docs): fix repository token
  • Loading branch information
oben01 authored Dec 31, 2024
2 parents d7533c5 + 17d2ddd commit 047d2b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sync-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Create Pull Request
uses: peter-evans/create-pull-request@v7
with:
token: ${{ secrets.REPO_ACCESS_TOKEN }}
token: ${{ secrets.GITHUB_TOKEN }}
branch: update-helm-docs
# TODO: Change to the main branch on stable release
base: docs/version-1.0
Expand Down

0 comments on commit 047d2b5

Please sign in to comment.