We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18345c5 commit 52fcba7Copy full SHA for 52fcba7
.github/workflows/release-udp-exporter.yml
@@ -40,6 +40,13 @@ jobs:
40
"LogLevel": "debug"
41
}
42
}' > 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
50
51
# Make sure xray is executable
52
chmod +x ./xray
0 commit comments