Skip to content

Commit

Permalink
fix(ci): use PAT
Browse files Browse the repository at this point in the history
  • Loading branch information
fiji-flo committed Sep 18, 2024
1 parent a18a5d0 commit c5f211a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/build_and_upload.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
name: ship binaries

permissions:
contents: write

on:
push:
tags:
- v[0-9]+.*
release:
types: [created]

jobs:
upload-assets:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release_please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@ jobs:
with:
repo-url: mdn/rari
manifest-file: .release-please-manifest.json
token: ${{ secrets.RELEASE_PLEASE_GITHUB_TOKEN }}

0 comments on commit c5f211a

Please sign in to comment.