Skip to content

Commit

Permalink
added env var to pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
DinisCruz committed Oct 9, 2024
1 parent faff7af commit 5c15acb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci-pipeline__dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
env:
RELEASE_TYPE : 'minor'
PACKAGE_NAME : 'osbot_gsuite'
GSUITE__OAUTH2__DATA : ${{ secrets.GSUITE__OAUTH2__DATA }}

jobs:

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci-pipeline__main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
env:
RELEASE_TYPE : 'major'
PACKAGE_NAME : 'osbot_gsuite'
GSUITE__OAUTH2__DATA : ${{ secrets.GSUITE__OAUTH2__DATA }}

jobs:

Expand Down

0 comments on commit 5c15acb

Please sign in to comment.