We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22338f6 commit dbbcc37Copy full SHA for dbbcc37
.github/workflows/detect-breaking-changes.yml
@@ -108,6 +108,9 @@ jobs:
108
keyvault: gh-org-bitwarden
109
secrets: "BW-GHAPP-ID,BW-GHAPP-KEY"
110
111
+ - name: Log out from Azure
112
+ uses: bitwarden/gh-actions/azure-logout@main
113
+
114
- name: Generate GH App token
115
uses: actions/create-github-app-token@30bf6253fa41bdc8d1501d202ad15287582246b4 # v2.0.3
116
id: app-token
@@ -357,6 +360,3 @@ jobs:
357
360
}
358
361
359
362
echo "✅ Final comment updated"
-
- - name: Log out from Azure
- uses: bitwarden/gh-actions/azure-logout@main
0 commit comments