1
0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2025-12-22 18:13:17 +08:00

ci: add strict GITHUB_TOKEN permissions (#76)

Carlo Sala 2025-07-28 19:56:34 +02:00 committed by GitHub
parent 3b6a919e72
commit 6b02b8664d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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