We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c4338a commit 4f7eeceCopy full SHA for 4f7eece
1 file changed
.github/workflows/build-and-deploy.yml
@@ -63,6 +63,8 @@ jobs:
63
deploy:
64
runs-on: ubuntu-latest
65
needs: build
66
+ environment:
67
+ name: website-secrets
68
steps:
69
- *checkout_step
70
- *setup_python_step
0 commit comments