Skip to content

Commit

Permalink
Update changelog and README
Browse files Browse the repository at this point in the history
  • Loading branch information
psibi committed Jun 24, 2024
1 parent 831e776 commit 3d7abed
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 18 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change log for Amber

## 0.1.6
## 0.1.6 (2024-06-24)

* Upgrade rust toolchain to 1.79.0
* Upgrade dependencies.
Expand Down
23 changes: 6 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,19 +24,7 @@ makepkg -si

### Nix/NixOS

Currently, amber is available as part of [nixpkgs](https://search.nixos.org/packages?channel=unstable&show=amber-secret&from=0&size=50&sort=relevance&type=packages&query=amber-secret) unstable. It
should be available in the stable set in the next nixpkgs stable
release. On NixOS distribution, you can install it through:

``` shellsession
$ nix-env -iA nixos.amber-secret
```

On non NixOS distribution, you can install it through:

``` shellsession
$ nix-env -iA nixpkgs.amber-secret
```
Amber is available as part of nixpkgs under the name `amber-secret`.

### GitHub actions

Expand All @@ -53,10 +41,11 @@ Example usage:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
```

The [GITHUB_TOKEN](https://docs.github.com/en/actions/security-guides/automatic-token-authentication#about-the-github_token-secret) secret is optional, but is recommended to avoid
rate limiting. You don't have to set up anything specific for it since
for each workflow run, GitHub automatically populates that token for
you.
The
[GITHUB_TOKEN](https://docs.github.com/en/actions/security-guides/automatic-token-authentication#about-the-github_token-secret)
secret is optional, but is recommended to avoid rate limiting. You
don't have to set up anything specific for it since for each workflow
run, GitHub automatically populates that token for you.

The [amber-demo](https://github.com/psibi/amber-demo) repository has an example workflow showcasing the
usage of this GitHub action.
Expand Down

0 comments on commit 3d7abed

Please sign in to comment.