Skip to content

Commit

Permalink
Merge pull request #26 from Az-r-ow/ci
Browse files Browse the repository at this point in the history
fix: permissions write to bump workflow
  • Loading branch information
Az-r-ow authored Mar 11, 2024
2 parents 47855b3 + 5cc40ce commit 25c8cc8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/bump_version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jobs:
bump_version:
if: github.event.pull_request.merged == true
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion TODO.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
## TODOS :

- [ ] CI versioning
- [ ] Implement batch norm
- [ ] Parallelize operations
- [ ] Read : https://arxiv.org/pdf/1412.6980.pdf
Expand All @@ -9,6 +8,7 @@

## IN PROGRESS :

- [ ] CI versioning
- [ ] Python tests
- [ ] Optimize `Catch2`'s build
- [ ] Add gradient clipping
Expand Down

0 comments on commit 25c8cc8

Please sign in to comment.