Skip to content

Commit

Permalink
#33 - refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
apanasiuk-el committed Jul 25, 2024
1 parent 71ea03d commit 5a7bce0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs-commands-generate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

- name: Generate and commit new commands documentation
env:
GITHUB_TOKEN: ${{ github.GH_TOKEN_REPO_FULL_ACCESS }}
GITHUB_TOKEN: ${{ secrets.GH_TOKEN_REPO_FULL_ACCESS }}
run: |
echo "Configure Git user.name and user.email."
git config user.name github-actions
Expand Down

0 comments on commit 5a7bce0

Please sign in to comment.