Skip to content

Commit

Permalink
Refactor GitHubClient methods for improved error handling and logging…
Browse files Browse the repository at this point in the history
…; increase retry limit for repository initialization; remove deprecated error log file.
  • Loading branch information
Dave Arnold committed Apr 23, 2025
1 parent 0408f77 commit 51d596c
Show file tree
Hide file tree
Showing 6 changed files with 272 additions and 448 deletions.
49 changes: 0 additions & 49 deletions .github/workflows/build-lambda.yml

This file was deleted.

1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ permissions:
jobs:
build:
runs-on: ubuntu-latest
if: ${{ github.server_url == 'https://github.com' }}
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
AWS_ACCESS_KEY_ID: ${{ vars.AWS_ACCESS_KEY_ID }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
jobs:
integration-tests:
runs-on: ubuntu-latest
if: ${{ github.server_url == 'https://github.com' }}
permissions:
contents: read
pull-requests: write
Expand Down
25 changes: 0 additions & 25 deletions buildspec.yml

This file was deleted.

Loading

0 comments on commit 51d596c

Please sign in to comment.