Skip to content

Commit

Permalink
Merge pull request #553 from YoutubeClipPlaylist/AutoGenerator
Browse files Browse the repository at this point in the history
AutoGenerator to master auto PR
  • Loading branch information
jim60105 authored Oct 20, 2024
2 parents aa41b63 + fd8fad2 commit 150e763
Show file tree
Hide file tree
Showing 7 changed files with 552 additions and 405 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/AutoGenerator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ on:
workflow_dispatch:

permissions:
pull-requests: write
contents: write

jobs:
Expand Down Expand Up @@ -47,7 +46,8 @@ jobs:

- name: Create or Update Pull Request
env:
GH_TOKEN: ${{ github.token }}
# Use CR_PAT to trigger another workflow
GH_TOKEN: ${{ secrets.CR_PAT }}
run: |
gh_pr_up() {
gh pr create "$@" || gh pr edit "$@"
Expand Down
Loading

0 comments on commit 150e763

Please sign in to comment.