Skip to content

Commit fafc261

Browse files
committed
reusable-ecamp3-deployment.yml: remove secrets after they have been used
1 parent 3515ef4 commit fafc261

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/reusable-ecamp3-deployment.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,3 +178,7 @@ jobs:
178178
|<span aria-hidden="true">🔍</span> Latest deploy log | [${{ steps.job-url.outputs.html_url }}](${{ steps.job-url.outputs.html_url }}) |
179179
---
180180
comment-tag: feature-branch-deployment-status
181+
182+
- name: Cleanup temp files
183+
if: always()
184+
run: rm -f /tmp/secrets.json /tmp/vars.json .helm/ecamp3/env.yaml

0 commit comments

Comments
 (0)