Skip to content

Commit

Permalink
fix: add url to addonfactory-ucc-test to poetry config (#187)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
mkolasinski-splunk authored Oct 9, 2023
1 parent 9f6fa1b commit 1b27e59
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/agreements.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
permissions:
actions: read
contents: read
pull-requests: read
pull-requests: write
statuses: read
secrets:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build-test-release.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
name: "build-test-release"
on:
workflow_dispatch:
push:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/reusable-build-test-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -992,6 +992,7 @@ jobs:
PYTHON_KEYRING_BACKEND: keyring.backends.null.Keyring
run: |
sudo pip3 install poetry==1.2.2
export POETRY_REPOSITORIES_SPLUNK_ADD_ON_UCC_MODINPUT_TEST_URL=https://github.com/splunk/addonfactory-ucc-test.git
export POETRY_HTTP_BASIC_SPLUNK_ADD_ON_UCC_MODINPUT_TEST_USERNAME=${{ secrets.SA_GH_USER_NAME }}
export POETRY_HTTP_BASIC_SPLUNK_ADD_ON_UCC_MODINPUT_TEST_PASSWORD=${{ secrets.GH_TOKEN_ADMIN }}
poetry install --only modinput
Expand Down

0 comments on commit 1b27e59

Please sign in to comment.