Skip to content

Commit bed236a

Browse files
committed
Debug credentials
1 parent c6f9ac2 commit bed236a

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/benchmark.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,13 @@ jobs:
3737
steps:
3838
- uses: actions/checkout@v4
3939

40+
- name: Debug GitHub context
41+
run: |
42+
echo "repository=${{ github.repository }}"
43+
echo "ref=${{ github.ref }}"
44+
echo "actor=${{ github.actor }}"
45+
echo "event=${{ github.event_name }}"
46+
4047
- name: Configure AWS credentials from OIDC
4148
uses: aws-actions/configure-aws-credentials@v4
4249
with:

0 commit comments

Comments
 (0)