File tree 1 file changed +4
-0
lines changed
1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -63,6 +63,8 @@ if [ "$RUNNER_OS" = "macOS" ]; then
63
63
echo " REQUESTS_CA_BUNDLE=/Users/mitmproxyuser/.mitmproxy/mitmproxy-ca-cert.pem" >> $GITHUB_ENV
64
64
# set environment variable for the Elixir Hex package manager to use the certificate
65
65
echo " HEX_CACERTS_PATH=/Users/mitmproxyuser/.mitmproxy/mitmproxy-ca-cert.pem" >> $GITHUB_ENV
66
+ # set environment variable for AWS tools
67
+ echo " AWS_CA_BUNDLE=/Users/mitmproxyuser/.mitmproxy/mitmproxy-ca-cert.pem" >> $GITHUB_ENV
66
68
67
69
# Enable IP forwarding.
68
70
sudo sysctl -w net.inet.ip.forwarding=1
@@ -175,6 +177,8 @@ elif [ "$RUNNER_OS" = "Linux" ]; then
175
177
echo " REQUESTS_CA_BUNDLE=/home/mitmproxyuser/.mitmproxy/mitmproxy-ca-cert.pem" >> $GITHUB_ENV
176
178
# set environment variable for the Elixir Hex package manager to use the certificate
177
179
echo " HEX_CACERTS_PATH=/home/mitmproxyuser/.mitmproxy/mitmproxy-ca-cert.pem" >> $GITHUB_ENV
180
+ # set environment variable for AWS tools
181
+ echo " AWS_CA_BUNDLE=/home/mitmproxyuser/.mitmproxy/mitmproxy-ca-cert.pem" >> $GITHUB_ENV
178
182
179
183
# setup global redirection
180
184
sudo sysctl -w net.ipv4.ip_forward=1
You can’t perform that action at this time.
0 commit comments