Skip to content

Commit

Permalink
deleted jwt secret
Browse files Browse the repository at this point in the history
  • Loading branch information
TimofeyTst committed Oct 8, 2023
1 parent a836e8c commit c966509
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/deploy-runners.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,13 @@ jobs:
deploy:
runs-on: self-hosted
steps:
- name: Echo info
run: |
echo "Started deploying..."
- name: checkout repo
uses: actions/checkout@v4

- name: Make envfile
uses: SpicyPizza/[email protected]
with:
envkey_JWT_SECRET: ${{ secrets.JWT_SECRET }}
# envkey_JWT_SECRET: ${{ secrets.JWT_SECRET }}
envkey_GOOGLE_OAUTH_CLIENT_ID: ${{ secrets.GOOGLE_OAUTH_CLIENT_ID }}
envkey_GOOGLE_OAUTH_CLIENT_SECRET: ${{ secrets.GOOGLE_OAUTH_CLIENT_SECRET }}

Expand Down

0 comments on commit c966509

Please sign in to comment.