From a10927d9c26aa00b17bd6dbbd19698d2577c174b Mon Sep 17 00:00:00 2001 From: Gavin Sharp Date: Sun, 4 Oct 2020 23:05:13 -0400 Subject: [PATCH] specify local_username in test.yaml --- .github/workflows/test.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 0010d78..3cf4bd0 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -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 }} @@ -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 }}