Skip to content

Commit d9788b0

Browse files
author
markzegarelli
authored
Merge branch 'master' into repo-sync
2 parents 8187dbc + 0d96669 commit d9788b0

File tree

2 files changed

+32
-10
lines changed

2 files changed

+32
-10
lines changed

.github/workflows/repo-sync.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,21 @@ jobs:
3232
pr_body: "This is an automated pull request to sync changes between the public and private repos.\n\n:robot: This pull request should be merged (not squashed) to preserve continuity across repos, so please let a bot do the merging!"
3333
pr_label: autoupdate,automated-reposync-pr
3434
github_token: ${{ secrets.DOCS_BOT_PAT_REPO_SCOPE }}
35+
36+
- name: Find pull request
37+
uses: juliangruber/find-pull-request-action@v1
38+
id: find-pull-request
39+
with:
40+
github-token: ${{ secrets.GITHUB_TOKEN }}
41+
branch: repo-sync
42+
base: master
43+
author: bot-docsteam
44+
state: open
45+
46+
- name: Approve pull request
47+
if: ${{ steps.find-pull-request.outputs.number }}
48+
uses: juliangruber/approve-pull-request-action@v1
49+
with:
50+
github-token: ${{ secrets.GITHUB_TOKEN }}
51+
number: ${{ steps.find-pull-request.outputs.number }}
52+

src/_data/catalog/destinations.yml

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1451,10 +1451,11 @@ items:
14511451
type: string
14521452
defaultValue: ''
14531453
description: >-
1454-
The External ID to your IAM role. This value is a secret and should be
1455-
treated as a password.
1454+
The External ID to your IAM role. This value is read-only. Reach out to
1455+
support if you wish to change it. This value is also a secret and should
1456+
be treated as a password.
14561457
required: true
1457-
label: Secret ID
1458+
label: Secret ID (Read-Only)
14581459
- name: stream
14591460
type: string
14601461
defaultValue: ''
@@ -1549,10 +1550,11 @@ items:
15491550
type: string
15501551
defaultValue: ''
15511552
description: >-
1552-
The External ID to your IAM role. This value is a secret and should be
1553-
treated as a password.
1553+
The External ID to your IAM role. This value is read-only. Reach out to
1554+
support if you wish to change it. This value is also a secret and should
1555+
be treated as a password.
15541556
required: true
1555-
label: Secret ID
1557+
label: Secret ID (Read-Only)
15561558
- display_name: Amazon Lambda
15571559
name: Amazon Lambda
15581560
slug: amazon-lambda
@@ -1666,11 +1668,12 @@ items:
16661668
description: >-
16671669
This is an optional string Segment will use to assume the role provided to
16681670
invoke the Lambda function. If this setting is not defined, we'll use the
1669-
Source ID. For more information about external IDs while assuming AWS
1671+
Source ID. This value is read-only. Reach out to support if you wish to
1672+
change it. For more information about external IDs while assuming AWS
16701673
roles, check
16711674
[here](https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_create_for-user_externalid.html).
16721675
required: false
1673-
label: External ID
1676+
label: External ID (Read-Only)
16741677
- name: function
16751678
type: string
16761679
defaultValue: ''
@@ -1924,11 +1927,12 @@ items:
19241927
description: >-
19251928
This is an optional string Segment will use to assume the role provided to
19261929
invoke the Lambda function. If this setting is not defined, we'll use the
1927-
Source ID. For more information about external IDs while assuming AWS
1930+
Source ID. This value is read-only. Reach out to support if you wish to
1931+
change it. For more information about external IDs while assuming AWS
19281932
roles, check
19291933
[here](https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_create_for-user_externalid.html).
19301934
required: false
1931-
label: External ID
1935+
label: External ID (Read-Only)
19321936
- name: function
19331937
type: string
19341938
defaultValue: ''

0 commit comments

Comments
 (0)