Skip to content

Commit 52fcba7

Browse files
committed
add dummy aws credentials to x-ray daemon setup
1 parent 18345c5 commit 52fcba7

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/release-udp-exporter.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,13 @@ jobs:
4040
"LogLevel": "debug"
4141
}
4242
}' > xray-daemon-config.json
43+
44+
# Create dummy AWS credentials (the daemon requires credentials even if local)
45+
mkdir -p ~/.aws
46+
echo "[default]
47+
aws_access_key_id=AKIAIOSFODNN7EXAMPLE
48+
aws_secret_access_key=wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY
49+
region=us-west-2" > ~/.aws/credentials
4350
4451
# Make sure xray is executable
4552
chmod +x ./xray

0 commit comments

Comments
 (0)