Skip to content

Commit

Permalink
ci: fix permissions to push
Browse files Browse the repository at this point in the history
  • Loading branch information
wangl-cc authored Nov 29, 2024
1 parent 0d115d8 commit 6e8642b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/chore-license.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,14 @@ on:
- "Cargo.lock"
- "about.toml"
- "about.hbs"
- ".github/workflows/chore-license.yml"

jobs:
update-license:
name: Update Third-Party Licenses Information
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 6e8642b

Please sign in to comment.