Skip to content

Commit

Permalink
fix: secret token for releases
Browse files Browse the repository at this point in the history
  • Loading branch information
EgonFerri committed Aug 1, 2024
1 parent 9166b10 commit 071e612
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: TriPSs/conventional-changelog-action@v5
with:
preset: conventionalcommits
github-token: ${{ secrets.GH_SRE_TOKEN }}
github-token: ${{ secrets.GH_AIDE_TOKEN }}
git-user-name: ${{ github.actor }}
git-user-email: ${{ github.actor }}@users.noreply.github.com
tag-prefix: ''
Expand All @@ -33,4 +33,4 @@ jobs:
with:
tag_name: ${{ steps.changelog.outputs.tag }}
body: ${{ steps.changelog.outputs.clean_changelog }}
token: ${{ secrets.GH_SRE_TOKEN }}
token: ${{ secrets.GH_AIDE_TOKEN }}
2 changes: 0 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
## [1.0.1](https://github.com/immobiliare/vegeta-super-sayan/compare/1.0.0...1.0.1) (2024-08-01)

## 1.0.0 (2024-07-30)


Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ mv vegeta ~/bin # Or elsewhere, up to you.

```shell
git clone https://github.com/immobiliare/vegeta-super-sayan
cd vegeta-super-sayan
```

### Create virtualenv and install requirements
Expand Down Expand Up @@ -234,7 +235,7 @@ Vegeta Super Sayan was created by ImmobiliareLabs, the technology department of

Made with ❤️ by [ImmobiliareLabs](https://github.com/immobiliare) and all the [contributors](./CONTRIBUTING.md#contributors)

If you have any question on how to use Inca, bugs and enhancement please feel free to reach us out by opening a [GitHub Issue](https://github.com/immobiliare/inca/issues).
If you have any question on how to use vegeta super sayan, bugs and enhancement please feel free to reach us out by opening a [GitHub Issue](https://github.com/immobiliare/vegeta-super-sayan/issues).

<div align="center"s>
<img src="https://wallpapers.com/images/hd/super-saiyan-blue-vegeta-dbz-4k-9mpdcke0rjcik7xw.jpg" width="800" height="auto"/>
Expand Down

0 comments on commit 071e612

Please sign in to comment.