Skip to content

Commit 7ff1d37

Browse files
authored
Chore: [AEA-0000] - fix release workflow (#95)
## Summary - Routine Change ### Details - fix release workflow
1 parent 14fd54a commit 7ff1d37

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
permissions:
3232
id-token: write
3333
contents: write
34+
packages: write
3435
with:
3536
dry_run: true
3637
pinned_image: ${{ needs.get_config_values.outputs.pinned_image }}

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
permissions:
3333
id-token: write
3434
contents: write
35+
packages: write
3536
with:
3637
dry_run: false
3738
pinned_image: ${{ needs.get_config_values.outputs.pinned_image }}

0 commit comments

Comments
 (0)