Skip to content

Commit

Permalink
Merge pull request #39 from edenlabllc/feature/RMK-33-implement-a-new…
Browse files Browse the repository at this point in the history
…-github-action-for-rmk-doc-generate

#33 - refactoring
  • Loading branch information
apanasiuk-el authored Jul 25, 2024
2 parents 414d85d + 5a7bce0 commit 6848223
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 6848223

Please sign in to comment.