Skip to content

Commit

Permalink
Remove plural from API secret (#146)
Browse files Browse the repository at this point in the history
Co-authored-by: abangser <bangser.a@gmail.com>
  • Loading branch information
mjayaram and abangser authored Sep 19, 2022
1 parent 966d556 commit be2b082
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ This GitHub Action instruments your workflows using [Honeycomb's buildevents too
- uses: honeycombio/gha-buildevents@v1
with:
# Required: a Honeycomb API key - needed to send traces.
apikey: ${{ secrets.BUILDEVENTS_APIKEY }}
apikey: ${{ secrets.BUILDEVENT_APIKEY }}

# Required: the Honeycomb dataset to send traces to.
dataset: gha-buildevents_integration
Expand Down Expand Up @@ -69,7 +69,7 @@ the-job-that-runs-first:
- uses: honeycombio/gha-buildevents@v1
with:
# Required: a Honeycomb API key - needed to send traces.
apikey: ${{ secrets.BUILDEVENTS_APIKEY }}
apikey: ${{ secrets.BUILDEVENT_APIKEY }}

# Required: the Honeycomb dataset to send traces to.
dataset: gha-buildevents_integration
Expand Down Expand Up @@ -97,7 +97,7 @@ end-trace:
- uses: honeycombio/gha-buildevents@v1
with:
# Required: a Honeycomb API key - needed to send traces.
apikey: ${{ secrets.BUILDEVENTS_APIKEY }}
apikey: ${{ secrets.BUILDEVENT_APIKEY }}

# Required: the Honeycomb dataset to send traces to.
dataset: gha-buildevents_integration
Expand Down

0 comments on commit be2b082

Please sign in to comment.