Skip to content

Commit

Permalink
use fresh version of package-builder (restore commands)
Browse files Browse the repository at this point in the history
  • Loading branch information
DenKoren committed Oct 7, 2024
1 parent 79e50f3 commit 65bf994
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,14 @@ jobs:
"PL_REGISTRY_PLATFORMA_OPEN_UPLOAD_URL": ${{ toJSON(secrets.PL_REGISTRY_PLOPEN_UPLOAD_URL) }}
}
AWS_ASSUME_ROLE: "" #{{ secrets.AWS_CI_IAM_MONOREPO_SIMPLE_ROLE }}
AWS_ASSUME_REGION: "" #{{ secrets.AWS_CI_IAM_MONOREPO_SIMPLE_ROLE_REGION }}
AWS_ASSUME_ROLE: ${{ secrets.AWS_CI_IAM_MONOREPO_SIMPLE_ROLE }}
AWS_ASSUME_REGION: "eu-central-1"

GCP_KMS_WORKLOAD_IDENTITY_PROVIDER: "" #{{ secrets.GCP_KMS_WORKLOAD_IDENTITY_PROVIDER }}
GCP_KMS_SERVICE_ACCOUNT: "" #{{ secrets.GCP_KMS_SERVICE_ACCOUNT }}
GCP_KMS_LOCATION: "" #{{ secrets.GCP_KMS_LOCATION }}
GCP_KMS_KEYRING: "" #{{ secrets.GCP_KMS_KEYRING }}
GCP_KMS_KEY_NAME: "" #{{ secrets.GCP_KMS_KEY_NAME }}
GCP_KMS_WORKLOAD_IDENTITY_PROVIDER: ${{ secrets.GCP_KMS_WORKLOAD_IDENTITY_PROVIDER }}
GCP_KMS_SERVICE_ACCOUNT: ${{ secrets.GCP_KMS_SERVICE_ACCOUNT }}
GCP_KMS_LOCATION: ${{ secrets.GCP_KMS_LOCATION }}
GCP_KMS_KEYRING: ${{ secrets.GCP_KMS_KEYRING }}
GCP_KMS_KEY_NAME: ${{ secrets.GCP_KMS_KEY_NAME }}

TELEGRAM_NOTIFICATION_TARGET: "" #{{ secrets.TG_CHANNEL_MIBUILDS }}
TELEGRAM_API_TOKEN: "" #{{ secrets.TG_CI_BOT_TOKEN }}
TELEGRAM_NOTIFICATION_TARGET: ${{ secrets.TG_CHANNEL_MIBUILDS }}
TELEGRAM_API_TOKEN: ${{ secrets.TG_CI_BOT_TOKEN }}
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,6 @@
},
"license": "UNLICENSED",
"devDependencies": {
"@platforma-sdk/package-builder": "^2.9.0"
"@platforma-sdk/package-builder": "^2.9.1"
}
}

0 comments on commit 65bf994

Please sign in to comment.