diff --git a/.github/workflows/dependencies.yml b/.github/workflows/dependencies.yml index f892bdc..9982653 100644 --- a/.github/workflows/dependencies.yml +++ b/.github/workflows/dependencies.yml @@ -9,6 +9,10 @@ on: workflow_dispatch: # Needed so we can run it manually +permissions: + contents: write + pull-requests: write + jobs: update: uses: ithacaxyz/ci/.github/workflows/cargo-update-pr.yml@main