Skip to content

Commit

Permalink
fix: try fix ci secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
Panakotta00 committed Oct 26, 2024
1 parent cc53936 commit 438fe1d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,11 @@ jobs:
uses: ./.github/workflows/build.yml
with:
artifact_name: $ARTIFACT_NAME
secrets:
WWISE_EMAIL: ${{ secrets.WWISE_EMAIL }}
WWISE_PASSWORD: ${{ secrets.WWISE_PASSWORD }}
GH_TOKEN: ${{ secrets.GH_TOKEN }}
WEBHOOK_URL: ${{ secrets.WEBHOOK_URL }}

generate-docs:
needs: [filter, build]
Expand Down

0 comments on commit 438fe1d

Please sign in to comment.