Skip to content

Commit 66d3484

Browse files
committed
fix
1 parent c82d021 commit 66d3484

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/add-labels.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ on:
44
pull_request:
55
types: [opened, synchronize]
66

7+
permissions:
8+
contents: read
9+
issues: write
10+
pull-requests: write
11+
712
jobs:
813
add-label:
914
runs-on: ubuntu-latest
@@ -24,4 +29,4 @@ jobs:
2429
--method POST \
2530
--field labels='["run-bittensor-sdk-tests"]'
2631
env:
27-
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
32+
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)