File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -168,7 +168,7 @@ notify:dogfood-app:
168168 script :
169169 - pip3 install GitPython requests
170170 # reuse service account
171- - aws ssm get-parameter --region us-east-1 --name ci.dd-sdk-android.gh_token --with-decryption --query "Parameter.Value" --out text >> ./gh_token
171+ - aws ssm get-parameter --region us-east-1 --name ci.dd-sdk-android-gradle-plugin .gh_token --with-decryption --query "Parameter.Value" --out text >> ./gh_token
172172 - python3 dogfood.py -v $CI_COMMIT_TAG -t app
173173
174174notify:dogfood-demo :
@@ -181,7 +181,7 @@ notify:dogfood-demo:
181181 script :
182182 - pip3 install GitPython requests
183183 # reuse service account
184- - aws ssm get-parameter --region us-east-1 --name ci.dd-sdk-android.gh_token --with-decryption --query "Parameter.Value" --out text >> ./gh_token
184+ - aws ssm get-parameter --region us-east-1 --name ci.dd-sdk-android-gradle-plugin .gh_token --with-decryption --query "Parameter.Value" --out text >> ./gh_token
185185 - python3 dogfood.py -v $CI_COMMIT_TAG -t demo
186186
187187notify:dogfood-gradle-plugin :
@@ -194,5 +194,5 @@ notify:dogfood-gradle-plugin:
194194 script :
195195 - pip3 install GitPython requests
196196 # reuse service account
197- - aws ssm get-parameter --region us-east-1 --name ci.dd-sdk-android.gh_token --with-decryption --query "Parameter.Value" --out text >> ./gh_token
197+ - aws ssm get-parameter --region us-east-1 --name ci.dd-sdk-android-gradle-plugin .gh_token --with-decryption --query "Parameter.Value" --out text >> ./gh_token
198198 - python3 dogfood.py -v $CI_COMMIT_TAG -t gradle-plugin
You can’t perform that action at this time.
0 commit comments