mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2026-09-09 18:02:54 +00:00
Secrets rotation update (#5217)
* Secrets rotation update * run-e2e-with-env temp fix 1 * deleted concurrency from run-e2e-with-env --------- Co-authored-by: Adam Świderski <adam.tomasz.swiderski@gmail.com>
This commit is contained in:
co-authored by
Adam Świderski
parent
5192fa8e9c
commit
6ccfca025e
@@ -7,10 +7,7 @@ on:
|
||||
required: true
|
||||
type: string
|
||||
secrets:
|
||||
SCREENSHOT_USERNAME:
|
||||
required: true
|
||||
SCREENSHOT_PASSWORD:
|
||||
required: true
|
||||
|
||||
REPORT_PORTAL_URL:
|
||||
required: true
|
||||
REPORT_PORTAL_TOKEN:
|
||||
@@ -30,8 +27,6 @@ env:
|
||||
ADMIN_PASSWORD: admin
|
||||
HR_USER: admin
|
||||
HR_USER_PASSWORD: admin
|
||||
SCREENSHOT_USERNAME: ${{ secrets.SCREENSHOT_USERNAME }}
|
||||
SCREENSHOT_PASSWORD: ${{ secrets.SCREENSHOT_PASSWORD }}
|
||||
PLAYWRIGHT_E2E_HOST: http://localhost:4200
|
||||
GH_BUILD_NUMBER: ${{ github.run_id }}
|
||||
REPORT_PORTAL_URL: ${{ secrets.REPORT_PORTAL_URL }}
|
||||
|
||||
Reference in New Issue
Block a user