Skip to content

Commit

Permalink
fix: configure git creds
Browse files Browse the repository at this point in the history
  • Loading branch information
aalu1418 committed Mar 21, 2024
1 parent 1b6cdf4 commit f0f8663
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/dependency-updates.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: DependencyUpdater
on:
push: # testing
workflow_dispatch:
schedule:
- cron: '0 0 * * *' # check every day at midnight UTC
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/open-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
aws-role-arn: ${{ secrets.AWS_OIDC_CHAINLINK_SOLANA_CICD_TOKEN_ISSUER_ROLE_ARN }}
aws-lambda-url: ${{ secrets.AWS_RELENG_TEAM_GATI_LAMBDA_URL }}
aws-region: ${{ secrets.AWS_REGION }}
set-git-config: true
- uses: actions/checkout@v3 # checkout branch that it is called from
- uses: actions/setup-go@v3
with:
Expand Down

0 comments on commit f0f8663

Please sign in to comment.