diff --git a/.github/workflows/nuevo.yml b/.github/workflows/nuevo.yml index f07f443..9bb03a7 100644 --- a/.github/workflows/nuevo.yml +++ b/.github/workflows/nuevo.yml @@ -24,4 +24,6 @@ jobs: git config --local user.email "actions@github.com" git add changes.txt git commit -m "${{ github.event.inputs.message }}" - git push \ No newline at end of file + git push + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file