Skip to content

Commit

Permalink
specify local_username in test.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
gavinsharp authored and mrunalk committed Dec 15, 2020
1 parent e43fe6a commit a10927d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
environment: 'production'
version: ${{ github.sha }}
status: 'started'
local_username: ${{ github.actor }}
env:
ROLLBAR_ACCESS_TOKEN: ${{ secrets.ROLLBAR_ACCESS_TOKEN }}
ROLLBAR_USERNAME: ${{ github.actor }}
Expand Down Expand Up @@ -67,6 +68,7 @@ jobs:
status: 'succeeded'
source_maps: bundle1.js.map bundle2.js.map
minified_urls: https://www.example.com/abc/bundle1.js https://www.example.com/xyz/bundle2.js
local_username: ${{ github.actor }}
env:
ROLLBAR_ACCESS_TOKEN: ${{ secrets.ROLLBAR_ACCESS_TOKEN }}
DEPLOY_ID: ${{ steps.rollbar_pre_deploy.outputs.deploy_id }}
Expand Down

0 comments on commit a10927d

Please sign in to comment.