Skip to content

Commit

Permalink
ci: should give write permission
Browse files Browse the repository at this point in the history
  • Loading branch information
Alan-Kuan committed Aug 22, 2023
1 parent 431d142 commit b2f054a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/update-history.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ on:
jobs:
fetch:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Check out the repo
uses: actions/checkout@v3
Expand Down

0 comments on commit b2f054a

Please sign in to comment.