mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-18 23:06:58 +00:00
chore: Set permissions for GitHub actions (#23168)
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
This commit is contained in:
parent
80c427c423
commit
b265d82b33
3
.github/workflows/lock.yml
vendored
3
.github/workflows/lock.yml
vendored
@ -6,6 +6,9 @@ on:
|
||||
|
||||
jobs:
|
||||
lock:
|
||||
permissions:
|
||||
issues: write
|
||||
pull-requests: write
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: dessant/lock-threads@v3
|
||||
|
3
.github/workflows/stale.yml
vendored
3
.github/workflows/stale.yml
vendored
@ -6,6 +6,9 @@ on:
|
||||
|
||||
jobs:
|
||||
stale:
|
||||
permissions:
|
||||
issues: write
|
||||
pull-requests: write
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/stale@v5
|
||||
|
Loading…
x
Reference in New Issue
Block a user