Skip to content

Commit 3aa8b90

Browse files
authored
Merge pull request #143 from filecoin-project/feat/auto-clone-repo
Feat/auto clone repo
2 parents aeb43e7 + e186f45 commit 3aa8b90

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/deploy_to_staging.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,14 @@ jobs:
1111
end_to_end_tests:
1212
name: Perform end-to-end tests
1313
runs-on: ubuntu-latest
14+
environment: staging
1415

1516
steps:
1617
- uses: actions/checkout@v3
1718
- name: Run tests
1819
env:
19-
GH_PRIVATE_KEY: ${{ secrets.GH_STAGING_PRIVATE_KEY }}
20-
DB_URL: ${{secrets.STAGING_DB_URL}}
20+
GH_PRIVATE_KEY: ${{ secrets.GH_PRIVATE_KEY }}
21+
DB_URL: ${{secrets.DB_URL}}
2122
run: cargo test -- --nocapture
2223

2324
deploy_to_staging:
@@ -66,7 +67,7 @@ jobs:
6667
},
6768
"environment": {
6869
"GH_PRIVATE_KEY": "${{secrets.GH_PRIVATE_KEY}}",
69-
"DB_URL": "${{secrets.DB_URL}}"
70+
"DB_URL": "${{secrets.DB_URL}}",
7071
"GITHUB_APP_ID": "${{vars.GH_APP_ID}}",
7172
"FILPLUS_ENV": "prod",
7273
"RUST_LOG": "debug",

0 commit comments

Comments
 (0)