Skip to content

Commit 626950e

Browse files
committed
add username env var to CICD
Signed-off-by: Alexandre Ferreira <alexjorgef@protonmail.com>
1 parent 7221c92 commit 626950e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/e2e-testing.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,5 +53,6 @@ jobs:
5353
run: yarn build
5454
env:
5555
api_token: ${{ secrets.API_TOKEN }}
56+
username: ${{ secrets.USERNAME }}
5657
- name: Run Playwright
5758
run: yarn e2e:build

0 commit comments

Comments
 (0)