From 0643820adf3bbd1c7f8252873493510db4b7eb48 Mon Sep 17 00:00:00 2001 From: dpacheconr Date: Tue, 14 Mar 2023 15:17:04 +0000 Subject: [PATCH] Update action.yml --- action.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/action.yml b/action.yml index dc4649d..0686341 100644 --- a/action.yml +++ b/action.yml @@ -2,13 +2,6 @@ name: New Relic OpenTelemetry Github Actions Exporter description: Exports Workflow Run Telemetry as traces with logs in context over OLTP author: dpacheconr -inputs: - githubToken: - description: The repository token with Workflow permissions. i.e. secrets.GITHUB_TOKEN - required: true - newRelicApiKey: - description: Workflow Run ID to Export. Defaults to env.GITHUB_RUN_ID - required: true runs: using: 'docker'