Skip to content

Commit

Permalink
修正权限问题
Browse files Browse the repository at this point in the history
  • Loading branch information
Randark-JMT committed Aug 30, 2023
1 parent 9ccbbcc commit 350ed11
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,10 @@ on:

jobs:
deploy:
name: Deploy docs
name: Publish template to Github Release
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Checkout main
uses: actions/checkout@v2
Expand Down

0 comments on commit 350ed11

Please sign in to comment.