We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1575a24 commit 8bfd2b7Copy full SHA for 8bfd2b7
.github/actions/update-rpm-config/action.yml
.github/workflows/deploy-python.yml
@@ -80,13 +80,3 @@ jobs:
80
env:
81
TWINE_USERNAME: __token__
82
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