Merge pull request #26155 from harshitasao/scorecard-checks-fix

fix: fixed the token-permission  issue
This commit is contained in:
Fredrik Adelöw
2024-08-29 10:28:02 +02:00
committed by GitHub
+6
View File
@@ -3,8 +3,14 @@ on:
issues:
types: [opened]
permissions:
contents: read
jobs:
sync:
permissions:
contents: read # for github/issue-labeler to get repo contents
issues: write # for github/issue-labeler to create or remove labels
runs-on: ubuntu-latest
if: github.repository == 'backstage/backstage'