Skip to content

Commit 50ef661

Browse files
committed
chore(ci): refactor workflows to scope permissions (#1978)
1 parent df7da9f commit 50ef661

File tree

5 files changed

+4
-8
lines changed

5 files changed

+4
-8
lines changed

.github/workflows/reusable_publish_docs.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,6 @@ jobs:
6666
- name: Install doc generation dependencies
6767
run: |
6868
pip install --require-hashes -r docs/requirements.txt
69-
- name: Setup doc deploy
70-
run: |
71-
git config --global user.name Docs deploy
72-
git config --global user.email [email protected]
7369
- name: Git refresh tip (detached mode)
7470
# Git Detached mode (release notes) doesn't have origin
7571
if: ${{ inputs.detached_mode }}

docs/snippets/idempotency/samples/makeIdempotentJmes.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@
2727
},
2828
"body": "{\"user\":\"xyz\",\"productId\":\"123456789\"}",
2929
"isBase64Encoded": false
30-
}
30+
}

docs/snippets/idempotency/samples/workingWIthIdempotencyRequiredKeyError.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
"name": "foo",
55
"productId": 10000
66
}
7-
}
7+
}

docs/snippets/idempotency/samples/workingWIthIdempotencyRequiredKeySuccess.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
"name": "Foo"
55
},
66
"productId": 10000
7-
}
7+
}

docs/snippets/idempotency/samples/workingWithBatch.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@
2323
"awsRegion": "us-east-2"
2424
}
2525
]
26-
}
26+
}

0 commit comments

Comments
 (0)