We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 058bd03 commit 6cef163Copy full SHA for 6cef163
.github/workflows/tangled.yaml
@@ -0,0 +1,11 @@
1
+on:
2
+ workflow_dispatch:
3
+ push:
4
+concurrency:
5
+ group: tangled
6
+ cancel-in-progress: true
7
+jobs:
8
+ tangled:
9
+ uses: vic/vic/.github/workflows/tangled.yml@main
10
+ secrets:
11
+ TANGLED_SSH_KEY: ${{secrets.TANGLED_SSH_KEY}}
0 commit comments