Skip to content

Commit

Permalink
Update simple_test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-murray authored Dec 9, 2021
1 parent b5764c9 commit 1f5cdda
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/simple_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,10 @@ jobs:
id: analyze_org
uses: ./
with:
token: ${{ secrets.OCTODEMO_TOKEN }}
token: ${{ secrets.OCTODEMO_TEMP_TOKEN }}
organization: ${{ github.event.inputs.organization }}
activity_days: ${{ github.event.inputs.activity_days }}
debug: ${{ github.event.inputs.debug }}

# - name: Validate Outputs
# run: |
# echo "Outputs - csv ${{ steps.analyze_org.outputs.report_csv }}"

- name: Attach Artifacts
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit 1f5cdda

Please sign in to comment.