Skip to content

Commit

Permalink
chore(ci): refactor workflows to scope permissions (#1978)
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamorosi committed Jan 27, 2024
1 parent df7da9f commit 50ef661
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 8 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/reusable_publish_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,6 @@ jobs:
- name: Install doc generation dependencies
run: |
pip install --require-hashes -r docs/requirements.txt
- name: Setup doc deploy
run: |
git config --global user.name Docs deploy
git config --global user.email [email protected]
- name: Git refresh tip (detached mode)
# Git Detached mode (release notes) doesn't have origin
if: ${{ inputs.detached_mode }}
Expand Down
2 changes: 1 addition & 1 deletion docs/snippets/idempotency/samples/makeIdempotentJmes.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@
},
"body": "{\"user\":\"xyz\",\"productId\":\"123456789\"}",
"isBase64Encoded": false
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
"name": "foo",
"productId": 10000
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
"name": "Foo"
},
"productId": 10000
}
}
2 changes: 1 addition & 1 deletion docs/snippets/idempotency/samples/workingWithBatch.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@
"awsRegion": "us-east-2"
}
]
}
}

0 comments on commit 50ef661

Please sign in to comment.