Merge branch 'main' into fix/update-setting-env-var

This commit is contained in:
Ward
2024-05-06 19:27:06 +12:00
committed by GitHub
+3
View File
@@ -56,6 +56,9 @@ jobs:
- name: Sync electron package
run: cd ./materialious && npx cap sync @capacitor-community/electron
- name: Install electron modules
run: cd ./materialious/electron && npm install
- name: Set up environment variables
run: echo "GH_TOKEN=${{ secrets.GITHUB_TOKEN }}" >> $GITHUB_ENV
shell: bash