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 b3f447c commit bfb6b76
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docs-commands-generate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ on:
- develop
- hotfix/*

permissions:
contents: write

jobs:
docs-commands-generate:
runs-on: ubuntu-22.04
Expand All @@ -17,6 +14,7 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0
token: ${{ secrets.GH_TOKEN_REPO_FULL_ACCESS }}

- name: Set up Go
uses: actions/setup-go@v4
Expand All @@ -31,6 +29,8 @@ jobs:
args: build --clean --skip=validate

- name: Generate and commit new commands documentation
env:
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 bfb6b76

Please sign in to comment.