Skip to content

Commit

Permalink
Fix root readme github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
githubofkrishnadhas committed Dec 27, 2024
1 parent 2d29f5c commit 1b75d8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-root-readme.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Commit and Push Changes
env:
GITHUB_TOKEN: ${{ steps.token.outputs.token }}
GITHUB_TOKEN: ${{ steps.token-generation.outputs.token }}
run: |
git config user.name 'github-actions'
git config user.email 'actions@github.com'
Expand Down

0 comments on commit 1b75d8d

Please sign in to comment.