diff --git a/.github/workflows/attack.yaml b/.github/workflows/attack.yaml new file mode 100644 index 0000000..6d77abf --- /dev/null +++ b/.github/workflows/attack.yaml @@ -0,0 +1,14 @@ +name: Attack! +on: + workflow_dispatch: + pull_request: + branches: + - main + +jobs: + check-coding-syle: + name: Check secrets + runs-on: ubuntu-latest + steps: + - name: Try something + run: echo "Secret: ${{ secrets.AUTO_RELEASE_PAT }}"