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 name: Build and push Docker image
permissions: permissions:
contents: read contents: write
on: on:
push: push:
tags: tags:

View File

@ -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: