mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-22 18:13:17 +08:00
ci: add strict GITHUB_TOKEN permissions (#76)
parent
3b6a919e72
commit
6b02b8664d
3
.github/workflows/publish.yml
vendored
3
.github/workflows/publish.yml
vendored
@ -9,6 +9,9 @@ concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
|
||||
cancel-in-progress: true
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
jobs:
|
||||
publish:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
Loading…
Reference in New Issue
Block a user