Skip to content

Commit 79311a5

Browse files
authored
chore: setup provenance (#193)
1 parent 90d0444 commit 79311a5

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

.changeset/silly-coins-shave.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
'react-native-bottom-tabs': patch
3+
'@bottom-tabs/react-navigation': patch
4+
---
5+
6+
chore: setup provenance

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ concurrency: ${{ github.workflow }}-${{ github.ref }}
99

1010
jobs:
1111
release:
12+
permissions:
13+
id-token: write # Required for provenance
1214
name: Release
1315
runs-on: ubuntu-latest
1416
steps:
@@ -31,4 +33,5 @@ jobs:
3133
title: "chore(release): version packages"
3234
env:
3335
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
36+
NPM_CONFIG_PROVENANCE: true
3437
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)