mirror of
https://github.com/ivuorinen/actions.git
synced 2026-02-21 20:50:17 +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
|
- name: 🚀 Run Label Syncer
|
||||||
uses: micnncim/action-label-syncer@v1.3.0
|
uses: micnncim/action-label-syncer@v1.3.0
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ github.token }}
|
||||||
with:
|
with:
|
||||||
manifest: ${{ inputs.labels }}
|
manifest: ${{ inputs.labels }}
|
||||||
|
|||||||
Reference in New Issue
Block a user