Skip to content

Commit

Permalink
fix: use correct secret
Browse files Browse the repository at this point in the history
  • Loading branch information
triplem committed Dec 22, 2024
1 parent 0f24409 commit f87b949
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
env:
tag: v$RELEASE_VERSION
ORG_GRADLE_PROJECT_signingInMemoryKey: $ORG_GRADLE_PROJECT_SIGNININMEMORYKEY
ORG_GRADLE_PROJECT_signingInMemoryKey: ${{ secrets.ORG_GRADLE_PROJECT_SIGNININMEMORYKEY }}

dependency-submission:
runs-on: ubuntu-latest
Expand Down

0 comments on commit f87b949

Please sign in to comment.