Skip to content

Commit

Permalink
fix: README contains links to old organization
Browse files Browse the repository at this point in the history
This causes some potential security risks. Huge thanks to @Ry0taK
Refs #257
  • Loading branch information
fallion committed Feb 26, 2021
1 parent f6f0761 commit ee9fcaf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ Run the Release Notary action. Github token needs to be explicitly added so that
```yml
- name: Release Notary Action
uses: commitsar-app/release-notary@v0.2.0 (substitute for current version)
uses: aevea/release-notary@v0.2.0 (substitute for current version)
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
```
Expand All @@ -94,7 +94,7 @@ release:
stage: release
variables:
GITLAB_TOKEN: $RELEASE_TOKEN
image: commitsar/release-notary
image: aevea/release-notary
script:
- release-notary publish
only:
Expand Down

0 comments on commit ee9fcaf

Please sign in to comment.