Skip to content

Commit 8bfd2b7

Browse files
authored
Remove RPM config workflow. (#1007)
1 parent 1575a24 commit 8bfd2b7

File tree

2 files changed

+0
-79
lines changed

2 files changed

+0
-79
lines changed

.github/actions/update-rpm-config/action.yml

Lines changed: 0 additions & 69 deletions
This file was deleted.

.github/workflows/deploy-python.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -80,13 +80,3 @@ jobs:
8080
env:
8181
TWINE_USERNAME: __token__
8282
TWINE_PASSWORD: ${{ secrets.PYPI_TOKEN }}
83-
84-
- name: Update RPM Config
85-
uses: ./.github/actions/update-rpm-config
86-
with:
87-
agent-language: "python"
88-
target-system: "all"
89-
agent-version: "${{ github.ref_name }}"
90-
dry-run: "false"
91-
production-api-key: ${{ secrets.NEW_RELIC_API_KEY_PRODUCTION }}
92-
staging-api-key: ${{ secrets.NEW_RELIC_API_KEY_STAGING }}

0 commit comments

Comments
 (0)