Skip to content

Commit

Permalink
feat: Adding audit report
Browse files Browse the repository at this point in the history
Adding audit report to main
  • Loading branch information
JayanaGunaweera01 authored Jan 20, 2024
1 parent 4ed8960 commit 844953d
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/bias-mitigation-automation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,23 @@ jobs:

# Print the contents of the executed notebook
cat /home/runner/work/EthAIAuditHub/EthAIAuditHub/examples/output_notebook.ipynb

- name: Commit files
run:
git config --local user.name actions-user

git config --local user.email "actions@github.com"

git add *

git commit -am "Audit Report $(date)"

git push origin main

env:
REPO_KEY: ${{secrets.ETHAI_AUDIT_HUB_GITHUB_TOKEN}}

username: github-actions
shell: bash


Expand Down

0 comments on commit 844953d

Please sign in to comment.