You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat/CONN-1273-release-stubs: release stubs mint their dispatch token from the GitHub App
- bank_feeds_release.yaml - guard + App token mint (scoped to the codegen repo) before the dispatch
- lending_release.yaml - guard + App token mint (scoped to the codegen repo) before the dispatch
- platform_release.yaml - guard + App token mint (scoped to the codegen repo) before the dispatch
- sync_for_expenses_release.yaml - guard + App token mint (scoped to the codegen repo) before the dispatch
- sync_for_payables_release.yaml - guard + App token mint (scoped to the codegen repo) before the dispatch
if [ -z "${{ secrets.PUBLISH_TRIGGER_TOKEN }}" ]; then
22
-
echo "::error::PUBLISH_TRIGGER_TOKEN secret is not set - needed to send the publish-python repository dispatch to codat-internal/sdk-codegen"
25
+
if [ "$APP_ID_SET" != "true" ] || [ "$APP_KEY_SET" != "true" ]; then
26
+
echo "::error::PUBLISH_TRIGGER_APP_ID / PUBLISH_TRIGGER_APP_PRIVATE_KEY secrets are not set - needed to mint the token that sends the publish-python repository dispatch to codat-internal/sdk-codegen"
if [ -z "${{ secrets.PUBLISH_TRIGGER_TOKEN }}" ]; then
22
-
echo "::error::PUBLISH_TRIGGER_TOKEN secret is not set - needed to send the publish-python repository dispatch to codat-internal/sdk-codegen"
25
+
if [ "$APP_ID_SET" != "true" ] || [ "$APP_KEY_SET" != "true" ]; then
26
+
echo "::error::PUBLISH_TRIGGER_APP_ID / PUBLISH_TRIGGER_APP_PRIVATE_KEY secrets are not set - needed to mint the token that sends the publish-python repository dispatch to codat-internal/sdk-codegen"
if [ -z "${{ secrets.PUBLISH_TRIGGER_TOKEN }}" ]; then
22
-
echo "::error::PUBLISH_TRIGGER_TOKEN secret is not set - needed to send the publish-python repository dispatch to codat-internal/sdk-codegen"
25
+
if [ "$APP_ID_SET" != "true" ] || [ "$APP_KEY_SET" != "true" ]; then
26
+
echo "::error::PUBLISH_TRIGGER_APP_ID / PUBLISH_TRIGGER_APP_PRIVATE_KEY secrets are not set - needed to mint the token that sends the publish-python repository dispatch to codat-internal/sdk-codegen"
if [ -z "${{ secrets.PUBLISH_TRIGGER_TOKEN }}" ]; then
22
-
echo "::error::PUBLISH_TRIGGER_TOKEN secret is not set - needed to send the publish-python repository dispatch to codat-internal/sdk-codegen"
25
+
if [ "$APP_ID_SET" != "true" ] || [ "$APP_KEY_SET" != "true" ]; then
26
+
echo "::error::PUBLISH_TRIGGER_APP_ID / PUBLISH_TRIGGER_APP_PRIVATE_KEY secrets are not set - needed to mint the token that sends the publish-python repository dispatch to codat-internal/sdk-codegen"
if [ -z "${{ secrets.PUBLISH_TRIGGER_TOKEN }}" ]; then
22
-
echo "::error::PUBLISH_TRIGGER_TOKEN secret is not set - needed to send the publish-python repository dispatch to codat-internal/sdk-codegen"
25
+
if [ "$APP_ID_SET" != "true" ] || [ "$APP_KEY_SET" != "true" ]; then
26
+
echo "::error::PUBLISH_TRIGGER_APP_ID / PUBLISH_TRIGGER_APP_PRIVATE_KEY secrets are not set - needed to mint the token that sends the publish-python repository dispatch to codat-internal/sdk-codegen"
0 commit comments