Skip to content

Commit

Permalink
fix secret name
Browse files Browse the repository at this point in the history
  • Loading branch information
JulianVennen committed Mar 15, 2023
1 parent 8df8312 commit f7779b6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@ jobs:
- name: Build with Gradle
run: ./gradlew build -Prelease=${{ github.ref_name }} --info
env:
EXAROTON_API_TOKEN: ${{ secrets.EXAROTON_API_TOKEN }}
EXAROTON_API_TOKEN: ${{ secrets.EXAROTON_API_KEY }}
- name: Publish to Maven Central
env:
ORG_GRADLE_PROJECT_SIGNING_KEY: ${{ secrets.EXAROTON_GPG_SIGNING_KEY }}
ORG_GRADLE_PROJECT_SIGNING_PASSPHRASE: ${{ secrets.EXAROTON_GPG_SIGNING_PASSPHRASE }}
ORG_GRADLE_PROJECT_OSSRH_USERNAME: ${{ secrets.SONATYPE_OSSRH_USERNAME }}
ORG_GRADLE_PROJECT_OSSRH_PASSWORD: ${{ secrets.SONATYPE_OSSRH_PASSWORD }}
EXAROTON_API_TOKEN: ${{ secrets.EXAROTON_API_TOKEN }}
EXAROTON_API_TOKEN: ${{ secrets.EXAROTON_API_KEY }}
run: ./gradlew publish -Prelease=${{ github.ref_name }}
- name: Create Release
uses: softprops/action-gh-release@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ jobs:
- name: Build with Gradle
run: ./gradlew build --info
env:
EXAROTON_API_TOKEN: ${{ secrets.EXAROTON_API_TOKEN }}
EXAROTON_API_TOKEN: ${{ secrets.EXAROTON_API_KEY }}

0 comments on commit f7779b6

Please sign in to comment.