Skip to content

Commit

Permalink
fix: add read content permission (#9)
Browse files Browse the repository at this point in the history
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
njzjz and pre-commit-ci[bot] committed Sep 17, 2024
1 parent 360212e commit 461c500
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
runs-on: ubuntu-latest
permissions:
id-token: write
contents: read # for private repos
steps:
- uses: actions/checkout@v4
- name: Set up uv
Expand Down

0 comments on commit 461c500

Please sign in to comment.