Skip to content

Commit 5283c3c

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ jobs:
6464
deploy:
6565
needs: [prepare-variables, build-push]
6666
runs-on: ubuntu-22.04
67+
permissions: {}
6768
steps:
6869
- name: Get Token
6970
id: get-token

0 commit comments

Comments
 (0)