mirror of
https://github.com/googleapis/genai-toolbox.git
synced 2026-02-13 00:25:10 -05:00
chore: remove secrets from github (#20)
This commit is contained in:
8
.github/workflows/tests.yaml
vendored
8
.github/workflows/tests.yaml
vendored
@@ -77,11 +77,3 @@ jobs:
|
||||
|
||||
- name: Run tests
|
||||
run: go test -race -v ./...
|
||||
env:
|
||||
PROJECT: ${{ secrets.PROJECT }}
|
||||
CLOUD_SQL_PG_INSTANCE: ${{ secrets.CLOUD_SQL_PG_INSTANCE }}
|
||||
REGION: ${{ secrets.REGION }}
|
||||
DATABASE: ${{ secrets.DATABASE }}
|
||||
USER: ${{ secrets.USER }}
|
||||
PASSWORD: ${{ secrets.PASSWORD }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user