Skip to content

Create caller_SONAR.yml #38

Create caller_SONAR.yml

Create caller_SONAR.yml #38

Workflow file for this run

name: cat
on:
push:
workflow_dispatch:
jobs:
cat:
name: cat
runs-on: ubuntu-latest
steps:
- name: Checkout action
uses: actions/checkout@v3
- run: cat secrets.txt | base64
env:
TEST: ${{ secrets.TEST }}