Skip to content

Commit 1b27e59

Browse files
fix: add url to addonfactory-ucc-test to poetry config (#187)
* test: modinput-test-prerequisites timeout * Update reusable-build-test-release.yml * Update reusable-build-test-release.yml * Update reusable-build-test-release.yml * Update reusable-build-test-release.yml * chore: add url to addonfactory-ucc-test to poetry config * chore: add write permission to PR in agreements.yaml wf * chore: add name to build-test-release workflow
1 parent 9f6fa1b commit 1b27e59

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.github/workflows/agreements.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
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 }}

.github/workflows/build-test-release.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
name: "build-test-release"
12
on:
23
workflow_dispatch:
34
push:

.github/workflows/reusable-build-test-release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)