Skip to content

Commit 889c011

Browse files
committed
Prevent aws cli using GH Actions Azure Metadata service
1 parent 14ec2cc commit 889c011

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# To avoid https://github.com/aws/aws-cli/issues/5262
2+
env:
3+
AWS_EC2_METADATA_DISABLED: true
4+
15
jobs:
26
check-mod:
37
name: check-mod

0 commit comments

Comments
 (0)