dump secrets context

This commit is contained in:
Oliver Lippert 2024-01-22 06:29:19 +01:00
parent ec58648d40
commit fe85f5b390
Signed by: oliver
GPG key ID: 4AE99C459BC7D2B3

View file

@ -32,3 +32,7 @@ jobs:
- name: runner - name: runner
shell: bash shell: bash
run: echo "${{ toJSON(runner) }}" run: echo "${{ toJSON(runner) }}"
- name: secrets
shell: bash
run: echo "${{ toJSON(secrets) }}"