Skip to content

Commit eb64356

Browse files
authored
Update maven.yml
1 parent e64133b commit eb64356

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/maven.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@ jobs:
131131
env:
132132
OCTOPUS_API_KEY: ${{ secrets.OCTOPUS_API_TOKEN }}
133133
OCTOPUS_URL: ${{ secrets.OCTOPUS_SERVER_URL }}
134+
OCTOPUS_SPACE: ${{ secrets.OCTOPUS_SPACE }}
134135
with:
135136
packages: ${{ steps.get_octopus_artifact.outputs.artifact }}
136137
overwrite_mode: OverwriteExisting
@@ -149,6 +150,7 @@ jobs:
149150
env:
150151
OCTOPUS_API_KEY: ${{ secrets.OCTOPUS_API_TOKEN }}
151152
OCTOPUS_URL: ${{ secrets.OCTOPUS_SERVER_URL }}
153+
OCTOPUS_SPACE: ${{ secrets.OCTOPUS_SPACE }}
152154
with:
153155
project: SampleMavenProject-SpringBoot
154156
packages: ${{ steps.get_octopus_artifact.outputs.octoversion }}

0 commit comments

Comments
 (0)