Skip to content

Commit 9824b6f

Browse files
committed
fix: allow all permissions
1 parent 5878525 commit 9824b6f

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/node-release.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,9 @@ on:
3333

3434
jobs:
3535
Release:
36-
permissions:
37-
id-token: write
36+
permissions: read-all|write-all
37+
# permissions:
38+
# id-token: write
3839
runs-on: ubuntu-latest
3940
defaults:
4041
run:

scripts/release/release.config.js

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,10 @@ module.exports = {
1111
},
1212
],
1313

14-
// 403, Resource not accessible by integration, https://github.com/eggjs/egg-mock/actions/runs/5112843660/jobs/9191347769
15-
// [ '@semantic-release/github',
16-
// {
17-
// addReleases: 'bottom',
18-
// },
19-
// ],
14+
[ '@semantic-release/github',
15+
{
16+
addReleases: 'bottom',
17+
},
18+
],
2019
],
2120
};

0 commit comments

Comments
 (0)