Skip to content

Commit 536b33c

Browse files
committed
Update test action workflow to send rollbar_username param
1 parent a91ad3e commit 536b33c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
status: 'started'
3030
env:
3131
ROLLBAR_ACCESS_TOKEN: ${{ secrets.ROLLBAR_ACCESS_TOKEN }}
32+
ROLLBAR_USERNAME: ${{ github.actor }}
3233

3334
# Print Rollbar's deploy id
3435
- name: Get the Rollbar deploy id
@@ -47,6 +48,7 @@ jobs:
4748
env:
4849
ROLLBAR_ACCESS_TOKEN: ${{ secrets.ROLLBAR_ACCESS_TOKEN }}
4950
DEPLOY_ID: ${{ steps.rollbar_pre_deploy.outputs.deploy_id }}
51+
ROLLBAR_USERNAME: ${{ github.actor }}
5052

5153
# Print Rollbar's deploy id
5254
- name: Verify both outputs are the same.

0 commit comments

Comments
 (0)