Skip to content

Commit 79013d2

Browse files
committed
fix: set permissions for github action
1 parent 5002817 commit 79013d2

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ jobs:
1919
github-release:
2020
needs: publish
2121
runs-on: ubuntu-latest
22+
permissions:
23+
contents: write
2224
steps:
2325
- uses: actions/checkout@v2
2426
- uses: actions/setup-node@v1

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [1.1.9](https://github.com/jipitiai/askcodebase-common/compare/v1.1.8...v1.1.9) (2023-08-02)
2+
3+
4+
### Bug Fixes
5+
6+
* set permissions for github action ([4c90f75](https://github.com/jipitiai/askcodebase-common/commit/4c90f7564290ced90fe873e48439d9ed32401518))
7+
8+
9+
110
## [1.1.8](https://github.com/jipitiai/askcodebase-common/compare/v1.1.6...v1.1.8) (2023-08-02)
211

312

0 commit comments

Comments
 (0)