File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 1111 permissions :
1212 actions : read
1313 contents : read
14- pull-requests : read
14+ pull-requests : write
1515 statuses : read
1616 secrets :
1717 GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 1+ name : " build-test-release"
12on :
23 workflow_dispatch :
34 push :
Original file line number Diff line number Diff line change @@ -992,6 +992,7 @@ jobs:
992992 PYTHON_KEYRING_BACKEND : keyring.backends.null.Keyring
993993 run : |
994994 sudo pip3 install poetry==1.2.2
995+ export POETRY_REPOSITORIES_SPLUNK_ADD_ON_UCC_MODINPUT_TEST_URL=https://github.com/splunk/addonfactory-ucc-test.git
995996 export POETRY_HTTP_BASIC_SPLUNK_ADD_ON_UCC_MODINPUT_TEST_USERNAME=${{ secrets.SA_GH_USER_NAME }}
996997 export POETRY_HTTP_BASIC_SPLUNK_ADD_ON_UCC_MODINPUT_TEST_PASSWORD=${{ secrets.GH_TOKEN_ADMIN }}
997998 poetry install --only modinput
You can’t perform that action at this time.
0 commit comments