Skip to content

Commit

Permalink
Update dynamic_template.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Ludy87 committed Jan 20, 2022
1 parent d88d0b9 commit c0a7b58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dynamic_template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.TOKEN }}
- uses: stefanzweifel/git-auto-commit-action@v4
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.TOKEN }}
with:
file_pattern: README.md
commit_message: Update generated README
Expand All @@ -65,4 +65,4 @@ jobs:
name: v${{ github.event.head_commit.message }}
draft: false
prerelease: false
token: "${{ secrets.GITHUB_TOKEN }}"
token: "${{ secrets.TOKEN }}"

0 comments on commit c0a7b58

Please sign in to comment.