Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
misha-krainik committed Jan 9, 2024
1 parent faf762c commit 6f6e9e6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,7 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: test
run: echo "${{ secrets.GET_POCKET_ACCESS_TOKEN }}" > /tmp/get_pocket_access_token && cargo test
- name: publish
run: cargo publish --token=${{ secrets.CARGO_REGISTRY_TOKEN }}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Official GetPocket API docs
https://getpocket.com/developer/docs/overview

[![Build](https://github.com/mikhail-krainik/getpocket/actions/workflows/rust.yml/badge.svg)](https://github.com/mikhail-krainik/getpocket/actions/workflows/rust.yml) [![Publish](https://github.com/misha-krainik/GetPocket.rs/actions/workflows/release.yml/badge.svg?branch=master)](https://github.com/misha-krainik/GetPocket.rs/actions/workflows/release.yml)
[![Build](https://github.com/mikhail-krainik/getpocket/actions/workflows/rust.yml/badge.svg)](https://github.com/mikhail-krainik/getpocket/actions/workflows/rust.yml) [![Publish](https://github.com/misha-krainik/GetPocket.rs/actions/workflows/release.yml/badge.svg)](https://github.com/misha-krainik/GetPocket.rs/actions/workflows/release.yml)

### Crates.io

Expand Down

0 comments on commit 6f6e9e6

Please sign in to comment.