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 d839892 commit 670e332Copy full SHA for 670e332
.github/workflows/release-udp-exporter.yml
@@ -46,6 +46,13 @@ jobs:
46
"LogLevel": "debug"
47
},
48
}' > xray-daemon-config.json
49
+
50
+ # Create dummy AWS credentials (still needed for some checks)
51
+ mkdir -p ~/.aws
52
+ echo "[default]
53
+ aws_access_key_id=AKIAIOSFODNN7EXAMPLE
54
+ aws_secret_access_key=wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY
55
+ region=us-west-2" > ~/.aws/credentials
56
57
# Make sure xray is executable
58
chmod +x ./xray
0 commit comments