diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index 6bc3be6..8254aed 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -24,4 +24,6 @@ jobs: status_options: '--untracked-files=no' tagging_message: "v${{ steps.update_data.outputs.version }}" - name: Create Release - run: git diff --ignore-all-space -U0 HEAD^ *.csv|egrep -oe '^([+-]IN\w{10})' | gh release create "v${{ steps.update_data.outputs.version }}" --notes-file - \ No newline at end of file + run: git diff --ignore-all-space -U0 HEAD^ *.csv|egrep -oe '^([+-]IN\w{10})' | gh release create "v${{ steps.update_data.outputs.version }}" --notes-file - + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}