CI: Add env variables and github pages

This commit is contained in:
Krille 2023-07-14 18:57:30 +09:00
commit 2496db5028
No known key found for this signature in database
2 changed files with 16 additions and 4 deletions

View file

@ -3,8 +3,8 @@ name: Pull Request Workflow
on: [pull_request]
env:
FLUTTER_VERSION: '3.10.6'
JAVA_VERSION: '11.0'
FLUTTER_VERSION: ${{ secrets.FLUTTER_VERSION }}
JAVA_VERSION: ${{ secrets.JAVA_VERSION }}
jobs:
analyze: