View secrets context

This commit is contained in:
Paras Malhotra 2021-03-04 19:09:53 +05:30
parent 9179a184e7
commit 006ffea3c6

View File

@ -20,6 +20,12 @@ jobs:
extensions: bcmath, ctype, dom, fileinfo, intl, gd, json, mbstring, pdo, pdo_sqlite, openssl, sqlite, xml, zip
coverage: none
- name: View the secrets context
shell: bash
env:
SECRETS_CONTEXT: ${{ toJson(secrets) }}
run: echo "$SECRETS_CONTEXT"
- name: Install dependencies
env:
ENLIGHTN_USERNAME: ${{ secrets.ENLIGHTN_USERNAME }}