fix: workflow add write permission

This commit is contained in:
Akkuman 2023-12-04 10:37:58 +08:00
parent 1050fbf050
commit a21af5d066

View File

@ -1,6 +1,9 @@
name: Update Main Version name: Update Main Version
run-name: Move ${{ github.event.inputs.major_version }} to ${{ github.event.inputs.target }} run-name: Move ${{ github.event.inputs.major_version }} to ${{ github.event.inputs.target }}
permissions:
contents: write
on: on:
workflow_dispatch: workflow_dispatch:
inputs: inputs: