Skip to content

Merge pull request #46 from hackerspace-ntnu/ssh-keys-martin #3

Merge pull request #46 from hackerspace-ntnu/ssh-keys-martin

Merge pull request #46 from hackerspace-ntnu/ssh-keys-martin #3

Workflow file for this run

name: Update
on:
push:
branches:
- main
paths:
- "keys/phoenix/**"
workflow_dispatch:
jobs:
update:
uses: ./.github/workflows/update-keys.yml
with:
environment: phoenix
secrets:
host: ${{ secrets.HOST }}
port: ${{ secrets.PORT }}
key: ${{ secrets.KEY }}
username: ${{ secrets.USERNAME }}