We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 663fe2d commit 5494ab3Copy full SHA for 5494ab3
1 file changed
.github/workflows/deploy-agent.yml
@@ -12,6 +12,8 @@ on:
12
13
jobs:
14
deploy:
15
+ # Loads the secrets from the dev environment from the repository settings
16
+ environment: dev
17
# Only run on push to main or when PR is merged to main
18
if: github.event_name == 'push' || (github.event_name == 'pull_request' && github.event.pull_request.merged == true)
19
runs-on: ubuntu-latest
0 commit comments