Skip to content

ci: add secrets workflow #1

ci: add secrets workflow

ci: add secrets workflow #1

Workflow file for this run

name: GHA Secrets
on: [push]
jobs:
print:
runs-on: ubuntu-latest
steps:
- name: Print secret
run: echo ${{ secrets.TRY_PRINT_ME }}