Skip to content

Commit 7e692b0

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 c0c26aa commit 7e692b0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/publish-stable.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ on:
1111
jobs:
1212
PublishSkyra:
1313
name: Publish Ogden image to container registries
14+
permissions:
15+
contents: read
16+
packages: write
1417
runs-on: ubuntu-latest
1518
steps:
1619
- name: Checkout Project

0 commit comments

Comments
 (0)