Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Chall7: Skip it: ##[add-mask]ue #19

Chall7: Skip it: ##[add-mask]ue

Chall7: Skip it: ##[add-mask]ue #19

Workflow file for this run

name: 🔒 Chall 5 - Look mom, without flag
on:
issues:
jobs:
test:
runs-on: ubuntu-latest
steps:
- if: ${{ github.secret_source == 'Actions' }}
name: Check that flag is present
run: |
echo "I got a flag, but you dont"
- name: Unsafe right ?
run: |
echo Body: ${{ github.event.issue.body }}
- if: ${{ github.secret_source == 'None' }}
name: But whatever, you will not see it!
run: |
echo ${{ secrets.FLAG5 }}