ci: give updater job write permissions
All checks were successful
Test / elint (push) Successful in 39s
All checks were successful
Test / elint (push) Successful in 39s
This commit is contained in:
parent
c054e87b7b
commit
79282fc2c7
1 changed files with 2 additions and 4 deletions
6
.github/workflows/update.yaml
vendored
6
.github/workflows/update.yaml
vendored
|
@ -1,10 +1,6 @@
|
||||||
name: "Check for updates"
|
name: "Check for updates"
|
||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request:
|
|
||||||
branches:
|
|
||||||
- "main"
|
|
||||||
|
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
schedule:
|
schedule:
|
||||||
# Run every day at midnight, https://crontab.guru/#@daily.
|
# Run every day at midnight, https://crontab.guru/#@daily.
|
||||||
|
@ -17,6 +13,8 @@ concurrency:
|
||||||
jobs:
|
jobs:
|
||||||
updater:
|
updater:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
permissions:
|
||||||
|
contents: write
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- uses: jdx/mise-action@v2
|
- uses: jdx/mise-action@v2
|
||||||
|
|
Loading…
Add table
Reference in a new issue