Skip to content

build: testing env

build: testing env #2

Workflow file for this run

name: catenv
on:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: set-env
run: echo $ENV_SECRET > .env
- name: get-env
run: cat .env