1
Fork 0

Shim environment variables from CI
build Details

This commit is contained in:
Jake Howard 2023-03-26 20:07:32 +01:00
parent 3f688c9ecc
commit 604232e8ec
Signed by: jake
GPG Key ID: 57AFB45680EDD477
1 changed files with 3 additions and 1 deletions

View File

@ -14,7 +14,9 @@ jobs:
python-version: "3.11"
- name: Install dependencies
run: pip install -r requirements.txt
- run: env
- run: |
export GITEA_TOKEN=$GITHUB_TOKEN
export GITEA_URL=$GITHUB_SERVER_URL
- name: Build
run: ./resize.py
- name: Upload