Skip to content

Commit 05d03a4

Browse files
committed
chore(ci): refactor workflows to scope permissions (#1978)
1 parent 3b99b97 commit 05d03a4

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
@@ -65,10 +65,6 @@ jobs:
6565
- name: Install doc generation dependencies
6666
run: |
6767
pip install --require-hashes -r docs/requirements.txt
68-
- name: Setup doc deploy
69-
run: |
70-
git config --global user.name Docs deploy
71-
git config --global user.email [email protected]
7268
- name: Git refresh tip (detached mode)
7369
# Git Detached mode (release notes) doesn't have origin
7470
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)