Skip to content

Commit

Permalink
fix: remove unneeded deploy keys
Browse files Browse the repository at this point in the history
  • Loading branch information
ovaistariq authored and efirs committed Mar 25, 2022
1 parent 3f17450 commit d1051d5
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/release.yaml
Expand Up @@ -9,15 +9,9 @@ on:
jobs:
test:
uses: ./.github/workflows/go-test.yaml
secrets:
API_DEPLOY_KEY: ${{ secrets.API_DEPLOY_KEY }}
CLIENT_DEPLOY_KEY: ${{ secrets.CLIENT_DEPLOY_KEY }}

lint:
uses: ./.github/workflows/go-lint.yaml
secrets:
API_DEPLOY_KEY: ${{ secrets.API_DEPLOY_KEY }}
CLIENT_DEPLOY_KEY: ${{ secrets.CLIENT_DEPLOY_KEY }}

release:
runs-on: ubuntu-latest
Expand Down

0 comments on commit d1051d5

Please sign in to comment.