Skip to content

Merge pull request #47 from hackerspace-ntnu/lisa #6

Merge pull request #47 from hackerspace-ntnu/lisa

Merge pull request #47 from hackerspace-ntnu/lisa #6

Workflow file for this run

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