Skip to content

Commit

Permalink
Fix env var name
Browse files Browse the repository at this point in the history
  • Loading branch information
twizmwazin committed May 29, 2024
1 parent 06b2604 commit 93e2738
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/angr-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
chmod 600 ~/.ssh/id_rsa
ssh-keyscan github.com >> ~/.ssh/known_hosts
env:
RELEASE_SSH_KEY: ${{ secrets.RELEASE_KEY }}
RELEASE_KEY: ${{ secrets.RELEASE_KEY }}
- name: Checkout repos
run: release-scripts/checkout_repos.sh
- name: Create release commits
Expand Down Expand Up @@ -170,7 +170,7 @@ jobs:
chmod 600 ~/.ssh/id_rsa
ssh-keyscan github.com >> ~/.ssh/known_hosts
env:
RELEASE_SSH_KEY: ${{ secrets.RELEASE_KEY }}
RELEASE_KEY: ${{ secrets.RELEASE_KEY }}

# Git release commits
- name: Download repos artifact
Expand Down

0 comments on commit 93e2738

Please sign in to comment.