Skip to content

Commit

Permalink
Fix permission denied error on main workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandru Bereghici committed Oct 1, 2022
1 parent 6778287 commit 7b94ee1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,5 @@ jobs:
- name: Update Notion Feed
run: |
curl -o notion-feed https://github.com/abereghici/notion-feed.rs/raw/build/build/notion-feed
chmod +x ./notion-feed
./notion-feed
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ A Rust app for creating RSS Feeds in [Notion](https://notion.so).
The application accepts the source database ID and feed database ID as
parameters. This can be useful if you want to configure multiple RSS feeds in
**Get Feed** action [here](./.github/workflows/main.yml#L20). Example:
**Get Feed** action [here](./.github/workflows/main.yml#L21). Example:

```
./notion-feed --notion-source-database-id=... --notion-feed-database-id=...
Expand Down

0 comments on commit 7b94ee1

Please sign in to comment.