Skip to content

Commit

Permalink
build: aded permissions to write commits
Browse files Browse the repository at this point in the history
  • Loading branch information
khawarizmus committed Apr 8, 2024
1 parent 3b1c5e1 commit edee7a6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 31 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: CI

permissions:
contents: write

on:
push:
branches:
Expand Down Expand Up @@ -111,7 +114,6 @@ jobs:
extra_plugins: |
@semantic-release/changelog
@semantic-release/git
node-version: lts/*
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
29 changes: 0 additions & 29 deletions .github/workflows/release.yml

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ pnpm test:ui
```
## Credit

This library is heavily inspired by the work done by [MohsenAlyafei](https://github.com/MohsenAlyafei) and [Khawarizmus](https://github.com/khawarizmus) on the [Hijri Week Calendar](https://github.com/khawarizmus/hijri-week-calendar)
This library is heavily inspired by the work done by [MohsenAlyafei](https://github.com/MohsenAlyafei) and [Khawarizmus](https://github.com/khawarizmus) on the [Hijri Week Calendar standard proposal](https://github.com/khawarizmus/hijri-week-calendar-proposal) and it's [JavaScript implementation](https://github.com/khawarizmus/hijri-week-calendar)

## License

Expand Down

0 comments on commit edee7a6

Please sign in to comment.