Skip to content

Commit

Permalink
Remove RPM config workflow. (#1007)
Browse files Browse the repository at this point in the history
  • Loading branch information
umaannamalai committed Dec 18, 2023
1 parent 1575a24 commit 8bfd2b7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 79 deletions.
69 changes: 0 additions & 69 deletions .github/actions/update-rpm-config/action.yml

This file was deleted.

10 changes: 0 additions & 10 deletions .github/workflows/deploy-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,13 +80,3 @@ jobs:
env:
TWINE_USERNAME: __token__
TWINE_PASSWORD: ${{ secrets.PYPI_TOKEN }}

- name: Update RPM Config
uses: ./.github/actions/update-rpm-config
with:
agent-language: "python"
target-system: "all"
agent-version: "${{ github.ref_name }}"
dry-run: "false"
production-api-key: ${{ secrets.NEW_RELIC_API_KEY_PRODUCTION }}
staging-api-key: ${{ secrets.NEW_RELIC_API_KEY_STAGING }}

0 comments on commit 8bfd2b7

Please sign in to comment.