Skip to content

Commit a10927d

Browse files
gavinsharpmrunalk
authored andcommitted
specify local_username in test.yaml
1 parent e43fe6a commit a10927d

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
@@ -40,6 +40,7 @@ jobs:
4040
environment: 'production'
4141
version: ${{ github.sha }}
4242
status: 'started'
43+
local_username: ${{ github.actor }}
4344
env:
4445
ROLLBAR_ACCESS_TOKEN: ${{ secrets.ROLLBAR_ACCESS_TOKEN }}
4546
ROLLBAR_USERNAME: ${{ github.actor }}
@@ -67,6 +68,7 @@ jobs:
6768
status: 'succeeded'
6869
source_maps: bundle1.js.map bundle2.js.map
6970
minified_urls: https://www.example.com/abc/bundle1.js https://www.example.com/xyz/bundle2.js
71+
local_username: ${{ github.actor }}
7072
env:
7173
ROLLBAR_ACCESS_TOKEN: ${{ secrets.ROLLBAR_ACCESS_TOKEN }}
7274
DEPLOY_ID: ${{ steps.rollbar_pre_deploy.outputs.deploy_id }}

0 commit comments

Comments
 (0)