Skip to content

Commit 8ea194c

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 bdd042f commit 8ea194c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/gha-secret-extract.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# .github/workflows/upload-gh-secrets.yml
22
name: Upload GH Secrets to 1Password
33

4+
permissions:
5+
contents: read
6+
47
on:
58
workflow_dispatch:
69

0 commit comments

Comments
 (0)