Skip to content

Commit

Permalink
feat: add ls
Browse files Browse the repository at this point in the history
  • Loading branch information
mohamadch91 committed Dec 2, 2024
1 parent 92a09a7 commit 8103f1b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,12 @@ jobs:
git config --global url.https://[email protected]/opengovern.insteadOf https://github.com/opengovern
- name: Build Cohere Ai Plugin App
working-directory: ./steampipe-plugin-cohereai

run: make build
- name: Pack Cohere Ai Plugin Build
working-directory: ./steampipe-plugin-cohereai
run: |
ls
tar -cvf build.tar build
- name: Upload Cohere Ai Plugin Artifact
uses: actions/upload-artifact@v3
Expand Down
2 changes: 1 addition & 1 deletion command/cmd/describer.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ var describerCmd = &cobra.Command{

// TODO: Set the credentials
creds := configs.IntegrationCredentials{

APIKey:"XSX24SJuDg0A73N9a5NN21eil9HsQsrbmIzFNji4",
}

additionalParameters, err := provider.GetAdditionalParameters(job)
Expand Down

0 comments on commit 8103f1b

Please sign in to comment.