ci: give updater job write permissions
All checks were successful
Test / elint (push) Successful in 39s

This commit is contained in:
Jared Allard 2025-03-09 16:56:35 -07:00
parent c054e87b7b
commit 79282fc2c7
Signed by: jaredallard
SSH key fingerprint: SHA256:wyRyyv28jBYw8Yp/oABNPUYvbGd6hyZj23XVXEm5G/U

View file

@ -1,10 +1,6 @@
name: "Check for updates"
on:
pull_request:
branches:
- "main"
workflow_dispatch:
schedule:
# Run every day at midnight, https://crontab.guru/#@daily.
@ -17,6 +13,8 @@ concurrency:
jobs:
updater:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v4
- uses: jdx/mise-action@v2