GitHub Actions
How to use the CloudTruth configure-action
Prerequisites
Update GitHub Repository Secrets


Last updated
Was this helpful?
How to use the CloudTruth configure-action


Last updated
Was this helpful?
Was this helpful?
---
name: 'demo'
on:
pull_request: {}
jobs:
demo:
runs-on: ubuntu-latest
steps:
- uses: cloudtruth/[email protected]
with:
apikey: "${{ secrets.CLOUDTRUTH_TOKEN }}"
project: MyFirstProject
environment: default
- name: dump the environment
run: |
printenv | sort