Skip to content

Commit

Permalink
chore(deps): migrate to googleapis/release-please-action (#12032)
Browse files Browse the repository at this point in the history
Also migrates to PAT, to unblock checks on release-please PRs.
  • Loading branch information
caugner authored Oct 25, 2024
1 parent 82d4df2 commit 82980d1
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,17 @@ on:
branches:
- main

permissions:
contents: write
pull-requests: write

jobs:
build:
if: github.repository == 'mdn/yari'
runs-on: ubuntu-latest

steps:
- name: Release
uses: google-github-actions/release-please-action@v4
uses: googleapis/release-please-action@v4
id: release
with:
token: ${{ secrets.RELEASE_PLEASE_PAT }}

- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 82980d1

Please sign in to comment.