Skip to content

chore: testing github workflow #15

chore: testing github workflow

chore: testing github workflow #15

Workflow file for this run

name: Add contributors
on:
push:
jobs:
add-contributors:
runs-on: ubuntu-latest
environment: prod
steps:
- uses: actions/checkout@v2
- run: |
echo "hello world"
echo ${{ vars.API_PORT }}
echo ${{ secrets.CREDENTIAL }} >> credential.json
echo pwd