mirror of
https://github.com/hamster1963/nezha-dash.git
synced 2025-04-24 21:10:45 +08:00
chore: update permissions to allow write access for Deploy and auto-fix workflows
This commit is contained in:
parent
80c4500822
commit
6b273622df
4
.github/workflows/Deploy.yml
vendored
4
.github/workflows/Deploy.yml
vendored
@ -1,7 +1,7 @@
|
|||||||
name: Build and push Docker image
|
name: Build and push Docker image
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: write
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
tags:
|
tags:
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
name: Auto Fix Lint and Format
|
name: Auto Fix Lint and Format
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: write
|
||||||
pull-requests: write
|
pull-requests: write
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
Loading…
Reference in New Issue
Block a user