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 93bcab7 commit a60bcceCopy full SHA for a60bcce
.github/workflows/codesee-arch-diagram.yml
@@ -1,7 +1,9 @@
1
+# This workflow was added by CodeSee. Learn more at https://codesee.io/
2
+# This is v2.0 of this workflow file
3
on:
4
push:
5
branches:
- - master
6
+ - staging
7
pull_request_target:
8
types: [opened, synchronize, reopened]
9
@@ -18,3 +20,4 @@ jobs:
18
20
- uses: Codesee-io/codesee-action@v2
19
21
with:
22
codesee-token: ${{ secrets.CODESEE_ARCH_DIAG_API_TOKEN }}
23
+ codesee-url: https://app.codesee.io
0 commit comments