Skip to content

Commit

Permalink
Demonstrate GHA.
Browse files Browse the repository at this point in the history
  • Loading branch information
trexfeathers committed Dec 12, 2023
1 parent 0d37bfe commit 72049a1
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/peloton.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,6 @@ jobs:
shell: bash -l {0}

steps:
- name: Generate token
id: generate_token
uses: tibdex/github-app-token@v1
with:
app_id: ${{ secrets.AUTH_APP_ID }}
private_key: ${{ secrets.AUTH_APP_PRIVATE_KEY }}

- name: "Checkout repo"
uses: actions/checkout@v3

Expand All @@ -40,5 +33,5 @@ jobs:
run: |
$CONDA/bin/python peloton/update_project.py \
--verbose \
--bearer_token "${{ steps.generate_token.outputs.token }}" \
--bearer_token "${{ secrets.PROJECT_WRITE_PERMISSIONS }}" \
-- update_loop_minutes ${{ github.event.inputs.update_loop_minutes }}

0 comments on commit 72049a1

Please sign in to comment.