Skip to content

Commit

Permalink
Remove debug statement from GitHub workflow
Browse files Browse the repository at this point in the history
The change removes a line used for debugging purposes from 'gradle.yml' in GitHub workflows. Debugging is generally not necessary in production and can be a security risk, especially when potentially sensitive environment variables are output.
  • Loading branch information
kousen committed May 26, 2024
1 parent 0f7979e commit 04d65c2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ jobs:
with:
distribution: 'temurin'
java-version: 17
- name: Debug Environment Variables
run: echo "OPENWEATHERMAP_API_KEY=${{ vars.OPENWEATHERMAP_API_KEY }}"
- uses: gradle/gradle-build-action@v2
with:
arguments: build
Expand Down

0 comments on commit 04d65c2

Please sign in to comment.