diff --git a/.github/workflows/pdf.yml b/.github/workflows/pdf.yml index cbe1e3e9..c33e5ea8 100644 --- a/.github/workflows/pdf.yml +++ b/.github/workflows/pdf.yml @@ -36,6 +36,8 @@ jobs: - name: Create Tag run: git tag ${{ steps.set_release_name.outputs.RELEASE_NAME }} + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Push Tag run: git push origin ${{ steps.set_release_name.outputs.RELEASE_NAME }}