Skip to content

Commit

Permalink
test: updated secrets, run
Browse files Browse the repository at this point in the history
  • Loading branch information
f-meister committed Sep 26, 2024
1 parent 7958311 commit f71b365
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
CONNECT_SERVER: ${{ secrets.POSIT_CONNECT_SERVER }}
CONNECT_API_KEY: ${{ secrets.POSIT_CONNECT_API_KEY }}
DEPLOYMENT_NAME: "pharmaverse-staging"
run: echo ${{ secrets.POSIT_CONNECT_SERVER }} &&
run: |
Rscript -e '
print(list.files("public"));
print(Sys.getenv("CONNECT_SERVER"));
Expand Down

0 comments on commit f71b365

Please sign in to comment.