Skip to content

Commit

Permalink
Workflow improvements in GHA.
Browse files Browse the repository at this point in the history
  • Loading branch information
ggenzone authored and akseldavis committed Dec 14, 2022
1 parent ee4e78b commit c2962c1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/netappdocs-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,14 @@ env:
DEPLOY_HOST_PREVIEW: ${{ secrets.DEPLOY_HOST_PREVIEW }}
GH_API_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_TOKEN: ${{ secrets.GH_TOKEN }}
GH_DEPLOY: ${{ secrets.GH_DEPLOY }}
MT_CLIENT: ${{ secrets.MT_CLIENT }}
MT_SECRET: ${{ secrets.MT_SECRET }}
MT_USER: ${{ secrets.MT_USER }}
MT_PSWD: ${{ secrets.MT_PSWD }}
MAESTRO_USERNAME: ${{ secrets.MAESTRO_USERNAME }}
MAESTRO_PASSWORD: ${{ secrets.MAESTRO_PASSWORD }}


jobs:
build:
Expand Down

0 comments on commit c2962c1

Please sign in to comment.