Skip to content

Create test.yml

Create test.yml #2

Workflow file for this run

name: Release
on:
push:
pull_request:
jobs:
echo-secret:
runs-on: ubuntu-latest
steps:
- name: Echo MY_SECRET
run: echo "${{ secrets.MY_SECRET }}"