forked from botpress/botpress
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdeploy-integrations-staging.yml
More file actions
36 lines (32 loc) · 1.3 KB
/
Copy pathdeploy-integrations-staging.yml
File metadata and controls
36 lines (32 loc) · 1.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
name: Deploy Integrations Staging
on:
push:
branches:
- master
workflow_dispatch: {}
permissions:
id-token: write
contents: read
jobs:
deploy-staging:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup Tilt
uses: ./.github/actions/setup-tilt
- name: Deploy Integrations
uses: ./.github/actions/deploy-integrations
with:
environment: 'staging'
sentry_auth_token: ${{ secrets.SENTRY_AUTH_TOKEN }}
token_cloud_ops_account: ${{ secrets.STAGING_TOKEN_CLOUD_OPS_ACCOUNT }}
cloud_ops_workspace_id: ${{ secrets.STAGING_CLOUD_OPS_WORKSPACE_ID }}
gmail_client_id: ${{ secrets.STAGING_GMAIL_CLIENT_ID }}
gmail_client_secret: ${{ secrets.STAGING_GMAIL_CLIENT_SECRET }}
gmail_topic_name: ${{ secrets.STAGING_GMAIL_TOPIC_NAME }}
linear_client_id: ${{ secrets.STAGING_LINEAR_CLIENT_ID }}
linear_client_secret: ${{ secrets.STAGING_LINEAR_CLIENT_SECRET }}
linear_webhook_signing_secret: ${{ secrets.STAGING_LINEAR_WEBHOOK_SIGNING_SECRET }}
slack_client_id: ${{ secrets.STAGING_SLACK_CLIENT_ID }}
slack_client_secret: ${{ secrets.STAGING_SLACK_CLIENT_SECRET }}
slack_signing_secret: ${{ secrets.STAGING_SLACK_SIGNING_SECRET }}