Skip to content

build(deps): bump actions/github-script from 7 to 8 #31

build(deps): bump actions/github-script from 7 to 8

build(deps): bump actions/github-script from 7 to 8 #31

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