chore: update permissions to allow write access for Deploy and auto-fix workflows

This commit is contained in:
hamster1963 2025-03-25 16:57:41 +08:00
parent 80c4500822
commit 6b273622df
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
name: Build and push Docker image
permissions:
contents: read
contents: write
on:
push:
tags:

View File

@ -1,6 +1,6 @@
name: Auto Fix Lint and Format
permissions:
contents: read
contents: write
pull-requests: write
on: