We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ada5e9 commit 044161dCopy full SHA for 044161d
1 file changed
.github/workflows/release.yml
@@ -9,7 +9,9 @@ jobs:
9
env:
10
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
11
GH_TOKEN: ${{ secrets.GH_TOKEN }}
12
- NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
+ permissions:
13
+ id-token: write
14
+ contents: read
15
16
steps:
17
- uses: actions/checkout@v4
@@ -29,9 +31,6 @@ jobs:
29
31
yarn install --frozen-lockfile
30
32
yarn build
33
- - name: Creates local .npmrc
- run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > ~/.npmrc
34
-
35
- name: Prepare Lingui-Bot git account
36
uses: oleksiyrudenko/gha-git-credentials@v2-latest
37
with:
0 commit comments