mirror of
https://github.com/ivuorinen/actions.git
synced 2026-01-26 03:23:59 +00:00
fix(ci): use github.token instead of GITHUB_TOKEN
This commit is contained in:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user