Skip to content

Commit

Permalink
chore [PR-41] use central ci-standards-check template (#69)
Browse files Browse the repository at this point in the history
Co-authored-by: Sourcegraph <[email protected]>
  • Loading branch information
tf-seti and Sourcegraph authored Jan 12, 2024
1 parent e8adf9d commit 58e6644
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions .github/workflows/ci-standard-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,4 @@ on:
- main
jobs:
ci-standard-checks:
runs-on: ubuntu-latest
steps:
- name: Check Out Source Code
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: CI Standard Checks
uses: Typeform/ci-standard-checks@v1
with:
githubToken: ${{ secrets.GITHUB_TOKEN }}
dockerUsername: ${{ secrets.GITLEAKS_DOCKER_USERNAME }}
dockerPassword: ${{ secrets.GITLEAKS_DOCKER_PASSWORD }}
uses: Typeform/.github/.github/workflows/ci-standard-checks-workflow.yaml@v1

0 comments on commit 58e6644

Please sign in to comment.