Skip to content
This repository was archived by the owner on Feb 13, 2026. It is now read-only.

Commit ee7c165

Browse files
Potential fix for code scanning alert no. 4: Workflow does not contain permissions
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
1 parent 3652652 commit ee7c165

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build-release-zip.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
name: Build release zip
22

3+
permissions:
4+
contents: read
5+
actions: write
6+
37
on:
48
workflow_dispatch:
59
release:
610
types: [published]
7-
8-
jobs:
9-
build_zip:
10-
name: New release
1111
runs-on: ubuntu-latest
1212
steps:
1313

0 commit comments

Comments
 (0)