Skip to content

Commit

Permalink
ci: use github.actor in the release flow
Browse files Browse the repository at this point in the history
Signed-off-by: Yurii Shynbuiev - IOHK <[email protected]>
  • Loading branch information
yshyn-iohk authored Apr 25, 2024
1 parent c95b420 commit f29ab78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ on:
jobs:
release:
env:
# GITHUB_ACTOR: ${{ secrets.ATALA_GITHUB_ACTOR }}
GITHUB_ACTOR: ${{ github.actor }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
# New JDK version makes 'localhost' lookup on linux return ipv6.
Expand Down

0 comments on commit f29ab78

Please sign in to comment.