Skip to content

Merge pull request #48 from hackerspace-ntnu/remove-broken-lisa-key #7

Merge pull request #48 from hackerspace-ntnu/remove-broken-lisa-key

Merge pull request #48 from hackerspace-ntnu/remove-broken-lisa-key #7

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 }}