Skip to content

Commit

Permalink
fix: publish with provenance
Browse files Browse the repository at this point in the history
  • Loading branch information
filiptammergard committed Apr 24, 2023
1 parent d31eb0d commit a4c5c42
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
release:
name: Release
runs-on: ubuntu-latest
permissions:
id-token: write # to publish with provenance
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
"url": "https://github.com/einride/eslint-plugin.git"
},
"publishConfig": {
"access": "public"
"access": "public",
"provenance": true
}
}

0 comments on commit a4c5c42

Please sign in to comment.