Skip to content

Commit 8d30ff0

Browse files
authored
build: update PR fed check to use pull-requests permissions instead of issues (#1706)
1 parent 207b762 commit 8d30ff0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-check-federation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
jobs:
1212
federation-integration:
1313
permissions:
14-
issues: write
14+
pull-requests: write
1515
uses: ./.github/workflows/federation-integration.yml
1616
secrets:
1717
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)