Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Slack File Upload API #177

Open
wants to merge 17 commits into
base: main
Choose a base branch
from
Open
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
4 changes: 2 additions & 2 deletions ci/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ fly -t census-eq execute \
The following env vars must be set:

- OUTPUT_DIR
- SLACK_CHANNEL_NAME
- SLACK_CHANNEL_ID

The following env var already has a sensible default, but can be set with an alternative value if needed:
- OUTPUT_BUCKET
Expand All @@ -66,7 +66,7 @@ Use the `fly execute` command to run the task.

```sh
OUTPUT_DIR=<output_directory> \
SLACK_CHANNEL_NAME=<slack_channel_name> \
SLACK_CHANNEL_ID=<slack_channel_id> \
fly -t census-eq execute \
--config ci/output-results-to-slack.yaml
```
2 changes: 1 addition & 1 deletion ci/output-results-to-slack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ inputs:
params:
OUTPUT_BUCKET:
OUTPUT_DIR:
SLACK_CHANNEL_NAME:
SLACK_CHANNEL_ID:
NUMBER_OF_DAYS:
SERVICE_ACCOUNT_JSON: ((gcp.service_account_json))
SLACK_AUTH_TOKEN: ((eq-ons-slack-app.bot_user_oauth_token))
Expand Down
Loading