Skip to content

Commit

Permalink
ci: use ATALA_GITHUB_ACTOR in the release workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Yurii Shynbuiev - IOHK <yurii.shynbuiev@iohk.io>
  • Loading branch information
yshyn-iohk committed Apr 25, 2024
1 parent 733fecc commit d33d032
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .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.GITHUB_ACTOR }}
GITHUB_ACTOR: ${{ secrets.ATALA_GITHUB_ACTOR }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
# New JDK version makes 'localhost' lookup on linux return ipv6.
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:
uses: docker/login-action@v2
with:
registry: ghcr.io
username: ${{ secrets.GITHUB_ACTOR }}
username: ${{ secrets.ATALA_GITHUB_ACTOR }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
Expand Down

0 comments on commit d33d032

Please sign in to comment.