Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/actionlint.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
config-variables:
- SYMPHONY_DEPLOY_APP_ID
- SYMPHONY_DEPLOY_CLIENT_ID
2 changes: 1 addition & 1 deletion .github/workflows/publish-shared.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ jobs:
id: app-token
uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3
with:
app-id: ${{ vars.SYMPHONY_DEPLOY_APP_ID }}
client-id: ${{ vars.SYMPHONY_DEPLOY_CLIENT_ID }}
private-key: ${{ secrets.SYMPHONY_DEPLOY_APP_PRIVATE_KEY }}
owner: activeviam
repositories: shared-infrastructure
Expand Down
2 changes: 1 addition & 1 deletion ACTIVEVIAM.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ would expand the trust boundary unnecessarily. The App is installed only on
activeviam/shared-infrastructure with repository contents and pull-request read/write access. The
source repository holds:

- Actions variable SYMPHONY_DEPLOY_APP_ID
- Actions variable SYMPHONY_DEPLOY_CLIENT_ID
- Actions secret SYMPHONY_DEPLOY_APP_PRIVATE_KEY

This deployment App is intentionally separate from the runtime App mounted in EKS. Giving the
Expand Down