Skip to content

Update contact information in Contact component #208

Update contact information in Contact component

Update contact information in Contact component #208

name: Update dev environment
on:
push:
branches: [ development]
jobs:
call_api:
runs-on: ubuntu-latest
steps:
- name: HTTP Request Action
uses: fjogeleit/[email protected]
with:
url: ${{ secrets.API_URL }}
method: 'POST'
data: >-
{
"id": "${{ secrets.API_ID }}" ,
"api_key": "${{ secrets.API_KEY }}"
}