Skip to content

Commit

Permalink
Merge pull request #2326 from Agenta-AI/fix/cli-workflow-cloud_serve
Browse files Browse the repository at this point in the history
[Bug Fix]: Update Serve command workflow for Cloud
  • Loading branch information
aybruhm authored Nov 28, 2024
2 parents 0ade7d0 + db17122 commit 54776f1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/actions/check-app-accessibility/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ runs:
fi
status_code=$( \
curl --max-time 60 --write-out %{http_code} --silent --output /dev/null --verbose \
-H "Authorization: Bearer ${{ inputs.api-key }}" \
-H "Authorization: ApiKey ${{ inputs.api-key }}" \
$APP_URL)
echo "Attempt $i: Status code: $status_code"
if [ "$status_code" -eq 200 ]; then
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cli-commands-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
- name: Run agenta init
run: |
APP_NAME="gh-cli-$(date +'%d-%m-%y_%H-%M-%S')"
AGENTA_API_KEY=${{ secrets.AGENTA_API_KEY }} agenta init --app-name $APP_NAME --backend-host https://cloud.agenta.ai --organisation-name team
AGENTA_API_KEY=${{ secrets.AGENTA_API_KEY }} agenta init --app-name $APP_NAME --backend-host https://cloud.agenta.ai
working-directory: examples/deprecated_sdk_v2/baby_name_generator
shell: bash
continue-on-error: false
Expand Down
2 changes: 1 addition & 1 deletion agenta-backend/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ This backend takes care of the following:
- managing configurations and prompts for the application

## Architecture
See [here](https://docs.agenta.ai/concepts/architecture#agenta-architecture).
See [here](https://docs.agenta.ai/concepts/architecture#agenta-architecture).

0 comments on commit 54776f1

Please sign in to comment.