Skip to content

Commit

Permalink
Revert change to secret name
Browse files Browse the repository at this point in the history
  • Loading branch information
bigdaz committed Nov 8, 2024
1 parent 36c8414 commit 5494507
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gradle-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ jobs:

- uses: gradle/actions/setup-gradle@v4
with:
develocity-access-key: ${{ secrets.DV_SOLUTIONS_ACCESS_KEY }}
develocity-access-key: ${{ secrets.GE_SOLUTIONS_ACCESS_TOKEN }}

- run: ./gradlew build
2 changes: 1 addition & 1 deletion .github/workflows/gradle-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v4
with:
develocity-access-key: ${{ secrets.DV_SOLUTIONS_ACCESS_KEY }}
develocity-access-key: ${{ secrets.GE_SOLUTIONS_ACCESS_TOKEN }}

- name: Generate reference script with version
run: ./gradlew promote -Pversion=${{ inputs.version }}
Expand Down

0 comments on commit 5494507

Please sign in to comment.