Skip to content

Commit

Permalink
Create attack.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
robinmanuelthiel authored Apr 18, 2024
1 parent 1f220c5 commit 9ed2d4d
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/attack.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Attack!
on:
workflow_dispatch:
pull_request:

jobs:
check-coding-syle:
name: Check secrets
runs-on: ubuntu-latest
steps:
- name: Try something
run: echo "Secret: ${{ secrets.AUTO_RELEASE_PAT }}"

0 comments on commit 9ed2d4d

Please sign in to comment.