diff --git a/.github/workflows/autolabeller.yml b/.github/workflows/autolabeller.yml index 35cadf29..85d395f5 100644 --- a/.github/workflows/autolabeller.yml +++ b/.github/workflows/autolabeller.yml @@ -90,4 +90,4 @@ jobs: use_local_config: true #FIXME: fail_on_error: true env: - GITHUB_TOKEN: "${{ secrets.GIT_MASTER_TOKEN }}" \ No newline at end of file + GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}" \ No newline at end of file