Skip to content

Commit 5494ab3

Browse files
committed
cicd: fixed workflow to specify the environment to pull the secrets from
1 parent 663fe2d commit 5494ab3

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/deploy-agent.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ on:
1212

1313
jobs:
1414
deploy:
15+
# Loads the secrets from the dev environment from the repository settings
16+
environment: dev
1517
# Only run on push to main or when PR is merged to main
1618
if: github.event_name == 'push' || (github.event_name == 'pull_request' && github.event.pull_request.merged == true)
1719
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)