Skip to content

Commit

Permalink
Update sync_labels.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
ChunhThanhDe authored Nov 27, 2024
1 parent d9c3082 commit 4056176
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/sync_labels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ jobs:
labels:
name: ♻️ Sync labels
runs-on: ubuntu-20.04
permissions:
issues: write
contents: read
steps:
- name: ⤵️ Check out code from GitHub
uses: actions/checkout@v4
Expand All @@ -15,4 +18,4 @@ jobs:
uses: srealmoreno/label-sync-action@v1
with:
config-file: .github/labels.yml
token: ${{ secrets.GH_TOKEN }}
token: ${{ secrets.GH_TOKEN }}

0 comments on commit 4056176

Please sign in to comment.