-
-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #22 from ZaneH/fix/maudio-keystation
Attempt to fix Maudio Keystation 49 as input
- Loading branch information
Showing
9 changed files
with
198 additions
and
87 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Oops, something went wrong.