Skip to content

Bump tox from 4.11.1 to 4.11.3 (#292) #261

Bump tox from 4.11.1 to 4.11.3 (#292)

Bump tox from 4.11.1 to 4.11.3 (#292) #261

Workflow file for this run

name: Deploy To GAE
on:
push:
branches:
- master
jobs:
run:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- id: 'auth'
uses: 'google-github-actions/auth@v1'
with:
credentials_json: '${{ secrets.GOOGLE_SERVICE_ACCOUNT_CREDENTIALS_JSON }}'
- id: 'deploy'
uses: google-github-actions/deploy-appengine@v1
# Quick HTTP test
- id: test
run: curl "${{ steps.deploy.outputs.url }}"