diff --git a/.github/workflows/create-root-readme.yaml b/.github/workflows/create-root-readme.yaml index 8e2982e..bc15859 100644 --- a/.github/workflows/create-root-readme.yaml +++ b/.github/workflows/create-root-readme.yaml @@ -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'