Skip to content

Commit

Permalink
Use PAT as token
Browse files Browse the repository at this point in the history
  • Loading branch information
rebkwok committed Oct 17, 2024
1 parent 05b8f53 commit 91fbaf0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/update-dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
workflow_dispatch:
schedule:
- cron: "0 23 * * *"
push:
branches:
- update-dependencies-action
jobs:
update-dependencies:
runs-on: ubuntu-latest
Expand All @@ -21,5 +24,5 @@ jobs:

- uses: opensafely-core/update-dependencies-action@main
with:
token: ${{ secrets.CREATE_PR_TOKEN }}
update_command: "just compile-reqs -U"
on_changes_command: "just assets && just docs-build && just test --ignore=tests/functional"

0 comments on commit 91fbaf0

Please sign in to comment.