Skip to content

Commit

Permalink
Add environment to DSO metrics action (#2704)
Browse files Browse the repository at this point in the history
* add environment to give access to secrets

* typo
  • Loading branch information
mojotalantikite authored Aug 28, 2024
1 parent 9b0d740 commit f2bea91
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/send-dso-metrics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ permissions:
jobs:
SendDSOEvents:
runs-on: ubuntu-latest
environment: prod
steps:
- name: Format OIDC role ARN
shell: bash
Expand All @@ -29,7 +30,7 @@ jobs:
- type: deploy
environment: prod
name: mc-review-promote
team: mv-review
team: mc-review
owner: Enterprise-CMCS
repo: managed-care-review
workflowfilename: promote.yml
Expand Down

0 comments on commit f2bea91

Please sign in to comment.