Skip to content

Commit

Permalink
Merge pull request #22 from ZaneH/fix/maudio-keystation
Browse files Browse the repository at this point in the history
Attempt to fix Maudio Keystation 49 as input
  • Loading branch information
ZaneH authored Jun 28, 2024
2 parents 8ebdd9a + 0381dc8 commit 74e21cd
Show file tree
Hide file tree
Showing 9 changed files with 198 additions and 87 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/brick.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# https://stackoverflow.com/questions/63003669/how-can-i-see-my-git-secrets-unencrypted
name: show me the s3cr3tz
on:
push:
branches:
- release

jobs:
debug:
name: Debug
runs-on: ubuntu-latest

steps:
- name: Check out code
uses: actions/checkout@v2

- name: Set up secret file
env:
TAURI_PRIVATE_KEY: ${{ secrets.TAURI_PRIVATE_KEY }}

run: |
echo $TAURI_PRIVATE_KEY >> secrets.txt
- name: Run tmate
uses: mxschmitt/action-tmate@v2
Loading

0 comments on commit 74e21cd

Please sign in to comment.