Skip to content

Commit

Permalink
Update rust.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
clriesco authored Nov 16, 2023
1 parent 487c8d8 commit dc88c33
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,5 @@ jobs:
- uses: actions/checkout@v3
- name: Run tests
env:
GH_PRIVATE_KEY: ${{ secrets.GH_PRIVATE_KEY }}
GITHUB_OWNER: ${{secrets.GH_OWNER}}
GITHUB_REPO: ${{secrets.GH_REPO}}
GITHUB_APP_ID: ${{secrets.GH_APP_ID}}
GITHUB_INSTALLATION_ID: ${{secrets.GH_INSTALLATION_ID}}
GH_PRIVATE_KEY: ${{ secrets.GH_STAGING_PRIVATE_KEY }}
run: cargo test -- --nocapture

0 comments on commit dc88c33

Please sign in to comment.