Skip to content

Commit e578c52

Browse files
committed
Grant packages: write at job scope for armada publish reusable
1 parent aed3c13 commit e578c52

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/deploy_to_development.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
needs: get-short-sha
3030
permissions:
3131
contents: read
32+
packages: write
3233
strategy:
3334
matrix:
3435
component: [broker, backend, frontend]
@@ -49,6 +50,7 @@ jobs:
4950
needs: [build-and-push-flotilla-components-to-robotics-staging-registry, get-short-sha]
5051
permissions:
5152
contents: read
53+
packages: write
5254
strategy:
5355
max-parallel: 1
5456
matrix:

.github/workflows/deploy_to_staging.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
name: Build and push latest release flotilla components to robotics staging container registry
3131
permissions:
3232
contents: read
33+
packages: write
3334
strategy:
3435
matrix:
3536
component: [broker, backend, frontend]
@@ -49,6 +50,7 @@ jobs:
4950
name: Update deployment in Staging
5051
permissions:
5152
contents: read
53+
packages: write
5254
needs: build-and-push-latest-release-flotilla-component-to-robotics-staging-container-registry
5355
strategy:
5456
max-parallel: 1

0 commit comments

Comments
 (0)