mirror of
https://github.com/venera-app/venera.git
synced 2025-12-16 07:01:16 +00:00
Compare commits
2 Commits
2d27f7d650
...
e93b56a008
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e93b56a008 | ||
|
|
d10873a903 |
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@@ -116,6 +116,8 @@ jobs:
|
||||
run: |
|
||||
choco install yq -y
|
||||
pip install httpx
|
||||
- name: Install Inno Setup
|
||||
run: choco install innosetup --no-progress
|
||||
- uses: subosito/flutter-action@v2
|
||||
with:
|
||||
channel: "stable"
|
||||
|
||||
2
.github/workflows/update_alt_store.yml
vendored
2
.github/workflows/update_alt_store.yml
vendored
@@ -31,7 +31,7 @@ jobs:
|
||||
- name: Update AltStore source
|
||||
id: update_source
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
GITHUB_TOKEN: ${{ secrets.ACTION_GITHUB_TOKEN }}
|
||||
run: |
|
||||
python update_alt_store.py
|
||||
git config --global user.name 'GitHub Action'
|
||||
|
||||
Reference in New Issue
Block a user