Skip to content

Commit d10ad83

Browse files
authored
Update nginx.org-make-aws.yml
1 parent abae0cb commit d10ad83

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/nginx.org-make-aws.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,13 @@ jobs:
4848
name: staging
4949

5050
steps:
51+
- name: Debug context
52+
run: |
53+
echo "Repository: $GITHUB_REPOSITORY"
54+
echo "Ref: $GITHUB_REF"
55+
echo "Actor: $GITHUB_ACTOR"
56+
echo "${{ secrets.AWS_ACCOUNT_ID }}:role/${{ secrets.AWS_ROLE_NAME }}"
57+
5158
- name: Install dependencies
5259
run: |
5360
sudo apt-get update

0 commit comments

Comments
 (0)