Skip to content

Rename Readme.md to Readme.md #27

Rename Readme.md to Readme.md

Rename Readme.md to Readme.md #27

Workflow file for this run

name: User Audit
# syntax for a schedule. Uncomment next 3 lines to use schedules. This sample will run everyday at 5:45 UTC
#on:
# schedule:
# - cron: "45 5 * * *"
# default syntax is an on-demand task that can be manually initiated
on: workflow_dispatch
jobs:
user_audit_job:
env:
API_TOKEN: ${{ secrets.API_KEY }}
build:
runs-on: ubuntu-latest
steps:

Check failure on line 15 in .github/workflows/useraudit.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/useraudit.yml

Invalid workflow file

You have an error in your yaml syntax on line 15
- name: Generate Spreadsheet
run: |
pip install -r requirements.txt
python useraudit.py $API_TOKEN
- name: Store output
uses: actions/upload-artifact@v3
with:
name: user-audit
path: output/kenna_user_audit.xlsx