fix(ci): use github.token instead of GITHUB_TOKEN

This commit is contained in:
2025-02-05 02:04:55 +02:00
parent 8cd4630cf5
commit 6f63ef75e1

View File

@@ -28,6 +28,6 @@ runs:
- name: 🚀 Run Label Syncer
uses: micnncim/action-label-syncer@v1.3.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ github.token }}
with:
manifest: ${{ inputs.labels }}