Skip to content

Commit 100b66d

Browse files
authored
Fix/o3 5519 add bot gh token to build workflow secrets (#14)
1 parent 63cd333 commit 100b66d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,5 @@ jobs:
1616
secrets:
1717
NVD_API_KEY: ${{ secrets.NVD_API_KEY }}
1818
MAVEN_REPO_USERNAME: ${{ secrets.MAVEN_REPO_USERNAME }}
19-
MAVEN_REPO_API_KEY: ${{ secrets.MAVEN_REPO_API_KEY }}
19+
MAVEN_REPO_API_KEY: ${{ secrets.MAVEN_REPO_API_KEY }}
20+
BOT_GH_TOKEN: ${{ secrets.OMRS_BOT_GH_TOKEN }}

0 commit comments

Comments
 (0)