This is an automated email from the ASF dual-hosted git repository. rabbah pushed a commit to branch do in repository https://gitbox.apache.org/repos/asf/openwhisk-website.git
commit a3bb3f470b21c285448454bcd47390625e086c61 Author: Rodric Rabbah <[email protected]> AuthorDate: Mon Mar 27 17:04:46 2023 -0400 wip --- _layouts/slack.html | 2 +- apis/README.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/_layouts/slack.html b/_layouts/slack.html index 702adc1..16c0adb 100644 --- a/_layouts/slack.html +++ b/_layouts/slack.html @@ -53,7 +53,7 @@ layout: default var btn = $("button"); var res = $("#result"); var email = $('#inputEmail'); - var actionUrl = "https://js-http.nimbella.io/github.com/apache/openwhisk-website/blob/master/apis/slack-invite.js?__c=N0_f11fa71538824fb94496633108113162_0_26bbc52c50f5018f978fc2e90357347a989c233a92b179ccab53724d1c56b25e2ae63957680e177ea54c172df5152ba4aaf55c7430d482779fd9e38cd9afd120bf9d8bb72bc45049f56ece78c42208369d56f34163f3909bdbce45fe1b6b5b65_"; + var actionUrl = "https://js-http.nimbella.io/github.com/apache/openwhisk-website/blob/master/apis/slack-invite.js?__c=N0_57b88c8b4db838fee3ea2867071c3bd1_0_69054a0048a24661d5eb692a715396c281c7bf914d595149b243c968395ee5806379fa511e58df906f2c18a904656523004dacbb3476c7ca13799ffdb6e07967_"; function handler() { var email = $("input")[0].value; $.get(actionUrl, { email: email, org: 'openwhisk-team' }) diff --git a/apis/README.md b/apis/README.md index cd8d9d4..83c1751 100644 --- a/apis/README.md +++ b/apis/README.md @@ -27,11 +27,11 @@ The action requires a [Slack token](https://api.slack.com/authentication/token-t to work correctly. The API call is made in [`_layouts/slack.html`](../_layouts/slack.html) using -[Nimbella's anonymous action invocation](https://nimbella.com). The token for +anonymous action invocation hosted on [DigitalOcean Functions](https://www.digitalocean.com/try/functions). The token for the API call is uniquely encrypted for this action. Should this token change, -the encrypted value can be regenerated with the following Nimbella encryption API, +the encrypted value can be regenerated with the following encryption API, replacing the placeholder `<token>` with the actual Slack App token. ```bash -curl https://encrypt.nimbella.io/github.com/apache/openwhisk-website/blob/master/apis/slack-invite.js?slacktoken=<token> +curl https://encrypt.nimbella.io/run/encrypt/github.com/apache/openwhisk-website/blob/master/apis/slack-invite.js?slacktoken=<token> ```
