mirror of
https://github.com/edera-dev/sprout.git
synced 2025-12-19 21:20:17 +00:00
fix more zizmor warnings
This commit is contained in:
5
.github/workflows/release-assets.yaml
vendored
5
.github/workflows/release-assets.yaml
vendored
@@ -6,14 +6,13 @@ on:
|
||||
- created
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
contents: read # Needed to checkout the repository.
|
||||
|
||||
jobs:
|
||||
assets:
|
||||
name: assets
|
||||
permissions:
|
||||
# write is needed to upload release artifacts.
|
||||
contents: write
|
||||
contents: write # Needed to upload release assets.
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: harden runner
|
||||
|
||||
Reference in New Issue
Block a user