Skip to content

Commit 3b6d875

Browse files
committed
Restore packages: write permission required by armada publish reusable
1 parent 4ebbb48 commit 3b6d875

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/deploy_to_development.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ concurrency:
66

77
permissions:
88
contents: read
9+
packages: write
910

1011
on:
1112
push:

.github/workflows/deploy_to_staging.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ concurrency:
77
permissions:
88
contents: read
99
pull-requests: read
10+
packages: write
1011

1112
on:
1213
release:

0 commit comments

Comments
 (0)