View secrets context
This commit is contained in:
parent
9179a184e7
commit
006ffea3c6
6
.github/workflows/enlightn.yml
vendored
6
.github/workflows/enlightn.yml
vendored
@ -20,6 +20,12 @@ jobs:
|
|||||||
extensions: bcmath, ctype, dom, fileinfo, intl, gd, json, mbstring, pdo, pdo_sqlite, openssl, sqlite, xml, zip
|
extensions: bcmath, ctype, dom, fileinfo, intl, gd, json, mbstring, pdo, pdo_sqlite, openssl, sqlite, xml, zip
|
||||||
coverage: none
|
coverage: none
|
||||||
|
|
||||||
|
- name: View the secrets context
|
||||||
|
shell: bash
|
||||||
|
env:
|
||||||
|
SECRETS_CONTEXT: ${{ toJson(secrets) }}
|
||||||
|
run: echo "$SECRETS_CONTEXT"
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
env:
|
env:
|
||||||
ENLIGHTN_USERNAME: ${{ secrets.ENLIGHTN_USERNAME }}
|
ENLIGHTN_USERNAME: ${{ secrets.ENLIGHTN_USERNAME }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user