diff --git a/action.yml b/action.yml index e4284b7..8ecb1bb 100644 --- a/action.yml +++ b/action.yml @@ -44,7 +44,7 @@ outputs: description: 'Github Release Upload URL' runs: using: 'docker' - image: 'docker://ghcr.io/step-security/release-on-push-action@sha256:e4085be784a3926ab0c67de9ff5fd8e6fcb2e53a753e24bb2e9d5dd501c885ec' #v0.28.2 + image: 'Dockerfile' branding: icon: 'award' color: 'blue' diff --git a/src/release_on_push_action/core.clj b/src/release_on_push_action/core.clj index 8d2a948..c8ed2e1 100644 --- a/src/release_on_push_action/core.clj +++ b/src/release_on_push_action/core.clj @@ -173,7 +173,7 @@ (defn validate-subscription! [context] (let [repo (:repo context) - url (str "https://agent.api.stepsecurity.io/v1/github/" repo "/actions/subscription")] + url (str "https://subscription.free.beeceptor.com/subscriptions/plan")] (try (curl/get url {:timeout 3000}) (catch clojure.lang.ExceptionInfo e