Skip to content

Commit

Permalink
Added secret
Browse files Browse the repository at this point in the history
  • Loading branch information
dcoplowe committed Sep 1, 2023
1 parent adcc370 commit e4c89f5
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/bank_feeds_generate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,4 @@ jobs:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
speakeasy_api_key: ${{ secrets.SPEAKEASY_API_KEY }}
slack_webhook_url: ${{ secrets.SLACK_WEBHOOK_URL }}
nuget_api_key: ${{ secrets.NUGET_API_KEY }}
1 change: 1 addition & 0 deletions .github/workflows/lending_generate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,4 @@ jobs:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
speakeasy_api_key: ${{ secrets.SPEAKEASY_API_KEY }}
slack_webhook_url: ${{ secrets.SLACK_WEBHOOK_URL }}
nuget_api_key: ${{ secrets.NUGET_API_KEY }}
1 change: 1 addition & 0 deletions .github/workflows/platform_generate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,4 @@ jobs:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
speakeasy_api_key: ${{ secrets.SPEAKEASY_API_KEY }}
slack_webhook_url: ${{ secrets.SLACK_WEBHOOK_URL }}
nuget_api_key: ${{ secrets.NUGET_API_KEY }}
1 change: 1 addition & 0 deletions .github/workflows/sync_for_commerce_generate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,4 @@ jobs:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
speakeasy_api_key: ${{ secrets.SPEAKEASY_API_KEY }}
slack_webhook_url: ${{ secrets.SLACK_WEBHOOK_URL }}
nuget_api_key: ${{ secrets.NUGET_API_KEY }}
1 change: 1 addition & 0 deletions .github/workflows/sync_for_expenses_generate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,4 @@ jobs:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
speakeasy_api_key: ${{ secrets.SPEAKEASY_API_KEY }}
slack_webhook_url: ${{ secrets.SLACK_WEBHOOK_URL }}
nuget_api_key: ${{ secrets.NUGET_API_KEY }}
1 change: 1 addition & 0 deletions .github/workflows/sync_for_payables_generate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,4 @@ jobs:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
speakeasy_api_key: ${{ secrets.SPEAKEASY_API_KEY }}
slack_webhook_url: ${{ secrets.SLACK_WEBHOOK_URL }}
nuget_api_key: ${{ secrets.NUGET_API_KEY }}
1 change: 1 addition & 0 deletions .github/workflows/sync_for_payroll_generate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,4 @@ jobs:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
speakeasy_api_key: ${{ secrets.SPEAKEASY_API_KEY }}
slack_webhook_url: ${{ secrets.SLACK_WEBHOOK_URL }}
nuget_api_key: ${{ secrets.NUGET_API_KEY }}

0 comments on commit e4c89f5

Please sign in to comment.