mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-23 18:23:49 +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 }}
|
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
|
||||||
cancel-in-progress: true
|
cancel-in-progress: true
|
||||||
|
|
||||||
|
permissions:
|
||||||
|
contents: read
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
publish:
|
publish:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user