Skip to content

Commit dab4923

Browse files
committed
[skip ci] fix env variables
1 parent 7d17d17 commit dab4923

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/gradle.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ jobs:
2525
develocity-access-key: ${{ secrets.GRADLE_ENTERPRISE_ACCESS_KEY }}
2626
- name: "🔨 Build project"
2727
id: build
28-
with:
28+
env:
2929
GITHUB_MAVEN_PASSWORD: ${{ secrets.GITHUB_TOKEN }}
3030
run: ./gradlew build
3131
- name: "🏃‍♀️Run functional tests"
32-
with:
32+
env:
3333
GITHUB_MAVEN_PASSWORD: ${{ secrets.GITHUB_TOKEN }}
3434
run: |
3535
cd spock-container-test-app

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- name: "📖 Generate Documentation"
4949
id: docs
5050
if: steps.publish.outcome == 'success'
51-
with:
51+
env:
5252
GITHUB_MAVEN_PASSWORD: ${{ secrets.GITHUB_TOKEN }}
5353
run: ./gradlew groovydoc
5454
- name: "📝 Export Gradle Properties"

0 commit comments

Comments
 (0)