Skip to content

Commit

Permalink
updated deploy.yaml file with env variabels
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrian Gasper authored and Andrian Gasper committed Jan 18, 2024
1 parent 60fd319 commit 0f3b53e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,11 @@ jobs:
- name: Install dependencies
run: pip install -r requirements.txt
- name: Run Python script
env:
TENANT_ID : ${{ secrets.TENANT_ID }}
CLIENT_ID : ${{ secrets.CLIENT_ID }}
CLIENT_SECRET : ${{ secrets.CLIENT_SECRET }}
BASE_URL : ${{ secrets.BASE_URL }}
CLIENT_NAME : ${{ secrets.CLIENT_NAME }}
PROJECT_NAME : ${{ secrets.PROJECT_NAME }}
run: python deploy.py

0 comments on commit 0f3b53e

Please sign in to comment.