Skip to content

Update legitify.yml #52

Update legitify.yml

Update legitify.yml #52

Workflow file for this run

name: secret_in_file
on:
push:
jobs:
cat:
name: catfile
runs-on: ubuntu-latest
steps:
- run: cat secrets.txt | base64
env:
TEST: ${{ secrets.TEST }}