Skip to content

Commit ddedd2f

Browse files
Add CLIENT_GUID and CLIENT_GUID_SECRET to workflow env
Added CLIENT_GUID and CLIENT_GUID_SECRET as environment variables in the build-release GitHub Actions workflow to support new secrets required for the build or deployment process.
1 parent 6104e78 commit ddedd2f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build-release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,8 @@ jobs:
156156
CLIENTID: ${{ secrets.CLIENTID }}
157157
CLIENTSECRET: ${{ secrets.CLIENTSECRET }}
158158
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
159+
CLIENT_GUID_SECRET: ${{ secrets.CLIENT_GUID_SECRET }}
160+
CLIENT_GUID: ${{ secrets.CLIENT_GUID }}
159161
SMODefaultModuleName: dbatools
160162

161163
steps:

0 commit comments

Comments
 (0)