Skip to content

Commit

Permalink
chore: Update release-pdf.yml to include write permissions for contents
Browse files Browse the repository at this point in the history
  • Loading branch information
wzh4464 committed Jun 17, 2024
1 parent e1929ea commit fd7102c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release-pdf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ jobs:
build:
runs-on: ubuntu-latest

permissions:
contents: write # 确保对内容有写权限

steps:
- name: Checkout repository
uses: actions/checkout@v2
Expand Down

0 comments on commit fd7102c

Please sign in to comment.