https://github.com/koki-develop/push-pocket-action
Randomly push items saved in pocket to Slack.
https://github.com/koki-develop/push-pocket-action
Last synced: 10 months ago
JSON representation
Randomly push items saved in pocket to Slack.
- Host: GitHub
- URL: https://github.com/koki-develop/push-pocket-action
- Owner: koki-develop
- License: mit
- Created: 2022-09-20T22:53:42.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-10T06:31:38.000Z (about 2 years ago)
- Last Synced: 2025-04-15T08:58:34.117Z (10 months ago)
- Language: TypeScript
- Homepage:
- Size: 234 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/koki-develop/push-pocket-action/actions/workflows/main.yml)
[](https://github.com/koki-develop/push-pocket-action/releases/latest)
[](https://twitter.com/koki_develop)
# push-pocket-action
Randomly push items saved in pocket to Slack.
# Usage
```yml
- uses: koki-develop/push-pocket-action@v1.0.0
with:
# Slack channel ID to push to
slack-channel-id: "CHANNEL_ID"
# Slack access token
slack-access-token: ${{ secrets.SLACK_ACCESS_TOKEN }}
# Pocket application consumer key
pocket-consumer-key: ${{ secrets.POCKET_CONSUMER_KEY }}
# Pocket access token
pocket-access-token: ${{ secrets.POCKET_ACCESS_TOKEN }}
# Number of items to push at once. Default is 5.
count: 3
# Whether to archive pushed items or not. Default is true.
archive: true
```
# LICENSE
[MIT](./LICENSE)