Skip to content

Commit

Permalink
Merge branch 'anaskhan28:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
mizhuara authored Aug 9, 2024
2 parents 89aef71 + 720d19c commit 63c2a1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/verify-playlist.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Verify Playlist Submission

on:
pull_request:
pull_request_target:
paths:
- 'playlist.json'

Expand Down Expand Up @@ -46,7 +46,7 @@ jobs:
if: steps.verify.outcome == 'success'
uses: actions/github-script@v6
with:
github-token: ${{ secrets.PAT_TOKEN }}
github-token: ${{ secrets.GITHUB_TOKEN }}
script: |
const output = "✅ Playlist verification passed! Your submission looks good.";
const issueNumber = context.payload.pull_request.number;
Expand Down

0 comments on commit 63c2a1f

Please sign in to comment.