Skip to content

Commit

Permalink
Merge pull request #6 from pawanpaudel93/refactor/add-authority
Browse files Browse the repository at this point in the history
refactor: Add missing authority tag
  • Loading branch information
pawanpaudel93 authored Aug 4, 2024
2 parents 3ea7d98 + 9667e43 commit d9ae89e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/deploy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ export class DeploymentsManager {
{ name: 'App-Name', value: 'aos' },
{ name: 'Name', value: name },
{ name: 'aos-Version', value: aosDetails.version },
{ name: 'Authority', value: 'fcoN_xJeisVsPXA-trzVAuIiqO3ydLQxM-L4XbrQKzY' },
...tags,
]

Expand Down

0 comments on commit d9ae89e

Please sign in to comment.