Skip to content

Commit ba400c7

Browse files
committed
fix: sync-labels workflow
1 parent b08fd83 commit ba400c7

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/sync-labels.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,10 @@ jobs:
1212
sync:
1313
runs-on: ubuntu-latest
1414
permissions:
15+
contents: read
1516
issues: write
1617
pull-requests: write
17-
contents: read
18+
metadata: read
1819
steps:
1920
- name: Checkout
2021
uses: actions/checkout@v4

0 commit comments

Comments
 (0)