We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfe3194 commit 32bab6eCopy full SHA for 32bab6e
.github/workflows/tauri-ci.yml
@@ -1,5 +1,9 @@
1
name: Native App
2
3
+env:
4
+ GH_TOKEN: ${{ secrets.GH_TOKEN }}
5
+ GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
6
+
7
on:
8
push:
9
branches: [main, develop, v2-develop]
0 commit comments