Skip to content

Commit c92452c

Browse files
committed
remove aws credentials verification step
1 parent 670e332 commit c92452c

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

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

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,6 @@ jobs:
2626
working-directory: exporters/aws-otel-otlp-udp-exporter
2727
run: hatch build
2828

29-
- name: configure AWS credentials
30-
uses: aws-actions/configure-aws-credentials@v4
31-
with:
32-
role-to-assume: ${{ secrets.AWS_ROLE_ARN_TESTING }}
33-
aws-region: us-west-2
34-
3529
- name: Setup X-Ray daemon
3630
run: |
3731
# Download X-Ray daemon
@@ -47,13 +41,6 @@ jobs:
4741
},
4842
}' > xray-daemon-config.json
4943
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-
5744
# Make sure xray is executable
5845
chmod +x ./xray
5946

0 commit comments

Comments
 (0)