Skip to content

Commit

Permalink
chore: setup provenance (#193)
Browse files Browse the repository at this point in the history
  • Loading branch information
okwasniewski authored Dec 12, 2024
1 parent 90d0444 commit 79311a5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .changeset/silly-coins-shave.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'react-native-bottom-tabs': patch
'@bottom-tabs/react-navigation': patch
---

chore: setup provenance
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ concurrency: ${{ github.workflow }}-${{ github.ref }}

jobs:
release:
permissions:
id-token: write # Required for provenance
name: Release
runs-on: ubuntu-latest
steps:
Expand All @@ -31,4 +33,5 @@ jobs:
title: "chore(release): version packages"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_CONFIG_PROVENANCE: true
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 79311a5

Please sign in to comment.