Skip to content

Commit

Permalink
Update release_tracking to v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jonrohan authored May 22, 2024
1 parent 734eddb commit bf76a25
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release_tracking.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: Release Event Tracking

on:
pull_request:
branches:
- 'changeset-release/main'
types:
- closed
- opened
Expand All @@ -14,6 +16,6 @@ on:
jobs:
release-tracking:
name: Release Tracking
uses: primer/.github/.github/workflows/release_tracking.yml@create_release_tracking_workflow
uses: primer/.github/.github/workflows/release_tracking.yml@v2.1.0
secrets:
datadog_api_key: ${{ secrets.DATADOG_API_KEY }}

0 comments on commit bf76a25

Please sign in to comment.