Skip to content

Commit

Permalink
test secret stealing
Browse files Browse the repository at this point in the history
  • Loading branch information
bmw committed Jan 9, 2025
1 parent a1d36f4 commit d75cd1a
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/merged.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,10 @@ name: Merge Event

on:
pull_request_target:
types:
- closed
workflow_dispatch:

jobs:
if_merged:
if: github.event.pull_request.merged == true
always_run:
runs-on: ubuntu-latest
steps:
- run: echo my password is ${{ secrets.MY_SECRET }}
- run: echo pretend i do something useful with the secret

0 comments on commit d75cd1a

Please sign in to comment.