Skip to content

Commit

Permalink
try again
Browse files Browse the repository at this point in the history
  • Loading branch information
bh2smith committed Sep 5, 2024
1 parent 4c7918f commit 2f4c0a3
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/upgrade.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,13 @@ name: Auto Yarn Upgrade
on:
schedule:
# Runs at 8:20 on the 5th day of every month
- cron: "20 8 5 * *"
- cron: "35 20 5 * *"
workflow_dispatch: # This allows manual triggering

permissions:
contents: write
pull-requests: write

jobs:
upgrade:
runs-on: ubuntu-latest
Expand All @@ -32,9 +36,9 @@ jobs:
git commit -m "Auto upgrade dependencies" || echo "No changes to commit"
- name: Create Pull Request
uses: peter-evans/create-pull-request@v5
uses: peter-evans/create-pull-request@v7
with:
token: ${{ secrets.PAT_TOKEN }}
token: ${{ secrets.GITHUB_TOKEN }}
commit-message: Auto upgrade dependencies
branch: auto-upgrade-branch
title: "Auto upgrade dependencies"
Expand Down

0 comments on commit 2f4c0a3

Please sign in to comment.