Skip to content

Commit

Permalink
comprehensive renaming :)
Browse files Browse the repository at this point in the history
  • Loading branch information
acywatson committed Feb 4, 2025
1 parent c483fa3 commit 60eff81
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nightly-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
dry-run: false
git-repo: '[email protected]:facebook/lexical.git'
secrets:
SSH_KEY: ${{ secrets.SSH_KEY_2 }}
SSH_KEY_2: ${{ secrets.SSH_KEY_2 }}
npm-release:
uses: ./.github/workflows/call-npm-publish.yml
needs: [increment-version]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ jobs:
channel: ${{ inputs.increment == 'prerelease' && 'next' || 'latest' }}
git-repo: '[email protected]:facebook/lexical.git'
secrets:
SSH_KEY: ${{ secrets.SSH_KEY_2 }}
SSH_KEY_2: ${{ secrets.SSH_KEY_2 }}

0 comments on commit 60eff81

Please sign in to comment.