Skip to content

ci(ci): refactor reusable workflow path for its permanent home under … #12

ci(ci): refactor reusable workflow path for its permanent home under …

ci(ci): refactor reusable workflow path for its permanent home under … #12

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 }}