Skip to content

Merge pull request #34 from GoteoFoundation/feat/user_info_endpoint #29

Merge pull request #34 from GoteoFoundation/feat/user_info_endpoint

Merge pull request #34 from GoteoFoundation/feat/user_info_endpoint #29

Workflow file for this run

name: "Deployer"
on:
push:
branches:
- main
jobs:
deployer:
runs-on: ubuntu-latest
steps:
- name: Branch info
run: echo "Deploying branch main"
- uses: convictional/[email protected]
with:
owner: GoteoFoundation
repo: goteo-oauth-deploy
github_token: ${{ secrets.GOTEO_OAUTH_DEPLOY_TOKEN }}
workflow_file_name: build.yml
inputs: '{"branch": "main"}'