Skip to content

Commit

Permalink
add GITHUB_TOKEN env var
Browse files Browse the repository at this point in the history
  • Loading branch information
fgimenez committed May 9, 2024
1 parent be18a84 commit 2c4ee47
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,13 @@ name: Update Dependencies
on:
schedule:
# Run weekly
- cron: "30 * * * *"
- cron: "0 * * * *"
workflow_dispatch:
# Needed so we can run it manually

env:
BRANCH: cargo-update
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
TITLE: "chore(deps): weekly `cargo update`"
BODY: |
Automation to keep dependencies in `Cargo.lock` current.
Expand Down

0 comments on commit 2c4ee47

Please sign in to comment.