Skip to content

include molnett in the name #9

include molnett in the name

include molnett in the name #9

Workflow file for this run

name: pr
on:
pull_request:
types:
- opened
- edited
- synchronize
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v2
- name: Test molnctl setup
uses: ./
with:
api-token-client-id: ${{ secrets.MOLNETT_CLIENT_ID }}
api-token-client-secret: ${{ secrets.MOLNETT_CLIENT_SECRET }}
- name: Check molnctl usage
run: molnctl orgs list
- name: Cleanup
run: rm -r ~/.config/molnett