Skip to content

Commit

Permalink
ci: use github.actor
Browse files Browse the repository at this point in the history
  • Loading branch information
Hadrien Froger committed Sep 4, 2024
1 parent 80fe603 commit aaaa5b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ jobs:
- uses: redkubes/docusaurus-deploy-action@v1.2
with:
source-folder: website
git-user: ${{ secrets.GIT_USER }}
git-user: ${{ github.actor }}
git-password: ${{ secrets.GITHUB_TOKEN }}
deployment-branch: gh-pages

0 comments on commit aaaa5b8

Please sign in to comment.