Skip to content

Commit dbbcc37

Browse files
committed
review: log out of azure after getting the gh app token
1 parent 22338f6 commit dbbcc37

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/detect-breaking-changes.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,9 @@ jobs:
108108
keyvault: gh-org-bitwarden
109109
secrets: "BW-GHAPP-ID,BW-GHAPP-KEY"
110110

111+
- name: Log out from Azure
112+
uses: bitwarden/gh-actions/azure-logout@main
113+
111114
- name: Generate GH App token
112115
uses: actions/create-github-app-token@30bf6253fa41bdc8d1501d202ad15287582246b4 # v2.0.3
113116
id: app-token
@@ -357,6 +360,3 @@ jobs:
357360
}
358361
359362
echo "✅ Final comment updated"
360-
361-
- name: Log out from Azure
362-
uses: bitwarden/gh-actions/azure-logout@main

0 commit comments

Comments
 (0)