Skip to content

Update caller_SONAR.yml #44

Update caller_SONAR.yml

Update caller_SONAR.yml #44

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