Skip to content

Commit

Permalink
ci: remove explicit develocity key
Browse files Browse the repository at this point in the history
Ad the short-lived access key seems to have been fetched, this commit removes the explicit setting of the `DEVELOCITY_ACCESS_KEY` environment variable.
  • Loading branch information
matrei committed Dec 22, 2024
1 parent 8e4d5fc commit b2c9ec2
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,10 @@ jobs:
- name: "🏃 Run Tests"
if: github.event_name == 'pull_request'
id: tests
env:
DEVELOCITY_ACCESS_KEY: ${{ secrets.DEVELOCITY_ACCESS_KEY }}
run: ./gradlew check
- name: "🔨 Build project"
if: github.event_name == 'push'
id: build
env:
DEVELOCITY_ACCESS_KEY: ${{ secrets.DEVELOCITY_ACCESS_KEY }}
run: ./gradlew build
- name: "📄 Publish Test Report"
if: steps.build.outcome == 'failure' || steps.tests.outcome == 'failure'
Expand All @@ -60,8 +56,6 @@ jobs:
- name: "✍️ Generate Documentation"
id: docs
if: success() && github.event_name == 'push' && matrix.java == '17'
env:
DEVELOCITY_ACCESS_KEY: ${{ secrets.DEVELOCITY_ACCESS_KEY }}
run: ./gradlew docs
- name: "📤 Publish to Github Pages"
if: steps.publish.outcome == 'success' && github.event_name == 'push' && matrix.java == '17'
Expand Down

0 comments on commit b2c9ec2

Please sign in to comment.