Skip to content

Commit

Permalink
Added environement variables
Browse files Browse the repository at this point in the history
  • Loading branch information
arshdoda committed Jun 28, 2024
1 parent 37ef21d commit 19fcb41
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ permissions:
contents: read

jobs:
build:
build1:

runs-on: ubuntu-latest

Expand All @@ -23,6 +23,10 @@ jobs:
uses: actions/setup-python@v3
with:
python-version: "3.10"
- name: Set GOOGLE_APPLICATION_USER env
run: echo "GOOGLE_APPLICATION_USER=$(echo $GOOGLE_APPLICATION_USER | cut -c 1-6)" >> $GITHUB_ENV
- name: Set GOOGLE_APPLICATION_CREDENTIALS env
run: echo "GOOGLE_APPLICATION_CREDENTIALS=$(echo $GOOGLE_APPLICATION_CREDENTIALS | cut -c 1-6)" >> $GITHUB_ENV
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit 19fcb41

Please sign in to comment.