diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 73abc8e8..2101bd46 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -7,5 +7,5 @@ jobs: steps: - name: GitHub Issue Due Dates Action uses: alexleventer/github-issue-due-dates-action@1.0.4 - env: + with: GH_TOKEN: "${{ secrets.GH_TOKEN }}"