Skip to content

Commit

Permalink
fix: update github token variable (#476)
Browse files Browse the repository at this point in the history
  • Loading branch information
ireneisdoomed authored Feb 8, 2024
1 parent be5dd05 commit 3b8ec11
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/pr_release_trigger.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: PR to trigger release

"on":
schedule:
- cron: "0 16 * * 4"
- cron: "15 16 * * 4"

jobs:
pull-request:
Expand All @@ -17,4 +19,4 @@ jobs:
pr_label: "auto-pr"
pr_draft: false
pr_allow_empty: true
github_token: ${{ secrets.CUSTOM_GH_TOKEN }}
github_token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 3b8ec11

Please sign in to comment.