Skip to content

Commit 670e332

Browse files
committed
add dummy aws credentials
1 parent d839892 commit 670e332

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
@@ -46,6 +46,13 @@ jobs:
4646
"LogLevel": "debug"
4747
},
4848
}' > 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
4956
5057
# Make sure xray is executable
5158
chmod +x ./xray

0 commit comments

Comments
 (0)