Skip to content
Draft
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions .github/workflows/test-terminus-auth.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Terminus Github Action Tests with Auth

on:
pull_request:
branches:
- main

jobs:
test:
runs-on: ubuntu-latest
name: Test with Authentication
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Terminus
uses: ./
with:
pantheon-machine-token: ${{ secrets.PANTHEON_MACHINE_TOKEN_CI }}
- name: Terminus Command is available
run: terminus -V
- name: Who Am I?
run: terminus auth:whoami