diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index 336e33b..245bddc 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -32,6 +32,7 @@ jobs: - name: Add label uses: actions/github-script@v6 with: + github-token: "${{ secrets.PAT }}" script: | github.rest.issues.addLabels({ issue_number: context.issue.number,