Skip to content

Commit

Permalink
10.11 权限
Browse files Browse the repository at this point in the history
  • Loading branch information
ltxhhz committed Oct 11, 2024
1 parent bfb9051 commit 0eba7ee
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,14 @@ on:
push:
tags:
- "*"
workflow_dispatch:

jobs:
release:
runs-on: ubuntu-latest

permissions:
actions: write
contents: write
steps:
- name: Checkout code
uses: actions/checkout@v4.2.1
Expand Down

0 comments on commit 0eba7ee

Please sign in to comment.