Skip to content

Added myself to the hero list #2

Added myself to the hero list

Added myself to the hero list #2

Workflow file for this run

name: Hero Check
on:
pull_request:
branches: [ "main" ]
jobs:
test:
runs-on: ubuntu-latest
permissions:
pull-requests: write
steps:
- uses: actions/checkout@v4
with:
repository: jordangov/defcon-poc
# token needss to be able read repo contents, write to PRs, and read secrets
token: ${{secrets.GH_TOKEN}}
- name: Run script
run: |
echo "user: ${{github.actor}}"
echo -n "${{github.actor}}-${{secrets.SALT}}" | openssl dgst -${{secrets.ALGO}}