Skip to content

tinhtq is learning GitHub Actions #26

tinhtq is learning GitHub Actions

tinhtq is learning GitHub Actions #26

Workflow file for this run

name: Git Secrets
run-name: ${{ github.actor }} is learning GitHub Actions
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
repository: awslabs/git-secrets
- name: Install git secret
run: sudo make install
- name: Checkout
uses: actions/checkout@v3
- name: Run git-secrets
run: |
git secrets --install
git secrets --register-aws
git secrets --scan --recursive