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 9a7dce7 commit 5f1eae9Copy full SHA for 5f1eae9
.github/workflows/main.yml
@@ -13,6 +13,9 @@ on:
13
schedule:
14
- cron: "0 7 * * 1"
15
16
+permissions:
17
+ id-token: write
18
+ contents: read
19
jobs:
20
build:
21
runs-on: ubuntu-latest
@@ -113,6 +116,7 @@ jobs:
113
116
- uses: actions/setup-node@v6
114
117
with:
115
118
node-version: 'lts/*'
119
+ registry-url: 'https://registry.npmjs.org'
120
- run: sudo apt-get update
121
- run: sudo apt-get install --yes --no-install-recommends optipng imagemagick build-essential libcairo2-dev libpango1.0-dev libjpeg-dev libgif-dev librsvg2-dev liblzma-dev
122
- run: npm ci
@@ -126,5 +130,4 @@ jobs:
126
130
- name: Release
127
131
env:
128
132
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
129
- NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
133
run: npx semantic-release
0 commit comments