Skip to content

Commit 7c5c0c8

Browse files
committed
chore: fix the rebase
Signed-off-by: Manish Dait <daitmanish88@gmail.com>
1 parent 74dc2cc commit 7c5c0c8

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/sync-issue-labels-add.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,15 @@ jobs:
1515
runs-on: ubuntu-latest
1616
permissions:
1717
pull-requests: write
18+
issues: write
19+
actions: read
1820

1921
steps:
2022
- name: Harden Runner
2123
uses: step-security/harden-runner@f808768d1510423e83855289c910610ca9b43176 # v2.17.0
2224
with:
2325
egress-policy: audit
24-
26+
2527
- name: Download Artifact
2628
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
2729
with:
@@ -30,7 +32,7 @@ jobs:
3032
github-token: ${{ secrets.GITHUB_TOKEN }}
3133

3234
- name: Apply Labels
33-
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
35+
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
3436
with:
3537
script: |
3638
const fs = require('fs');

0 commit comments

Comments
 (0)