Skip to content

Commit

Permalink
Merge branch 'main' of github.com:primer/behaviors into feat/add-true…
Browse files Browse the repository at this point in the history
…-esm-output
  • Loading branch information
joshblack committed Jul 12, 2024
2 parents aecf63a + 66305e4 commit 0129c62
Show file tree
Hide file tree
Showing 5 changed files with 1,701 additions and 667 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release_canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
release-canary:
name: npm
if: ${{ github.repository == 'primer/behaviors' }}
uses: primer/.github/.github/workflows/[email protected].0
uses: primer/.github/.github/workflows/[email protected].1
with:
install: npm i
secrets:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release_candidate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
release-candidate:
name: npm
if: ${{ github.repository == 'primer/behaviors' }}
uses: primer/.github/.github/workflows/[email protected].0
uses: primer/.github/.github/workflows/[email protected].1
secrets:
gh_token: ${{ secrets.GITHUB_TOKEN }}
npm_token: ${{ secrets.NPM_AUTH_TOKEN_SHARED }}
2 changes: 1 addition & 1 deletion .github/workflows/release_tracking.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ on:
jobs:
release-tracking:
name: Release Tracking
uses: primer/.github/.github/workflows/[email protected].0
uses: primer/.github/.github/workflows/[email protected].1
secrets:
datadog_api_key: ${{ secrets.DATADOG_API_KEY }}
Loading

0 comments on commit 0129c62

Please sign in to comment.