Skip to content

CloudTruth Configure #13

CloudTruth Configure

CloudTruth Configure #13

Workflow file for this run

name: 'CloudTruth Configure'
on: workflow_dispatch
jobs:
configure-action-test:
runs-on: ubuntu-latest
steps:
- uses: dwdozier/[email protected]
with:
apiKey: "${{ secrets.CLOUDTRUTH_API_KEY }}"
project: action-push-testing
environment: dev1
server: https://api.staging.cloudtruth.io
- name: dump env
run: |
printenv | sort