Skip to content

Commit 6c3ae05

Browse files
authored
Added an actual server url instead of a secret reference. Hopefully more helpful! (#2794)
1 parent 92bb1d0 commit 6c3ae05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/docs/packaging-applications/build-servers/github-actions.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
- name: Login to Octopus Deploy 🐙
6767
uses: OctopusDeploy/login@v1
6868
with:
69-
server: ${{ secrets.SERVER }}
69+
server: https://acme.octopus.app
7070
service_account_id: a1a1a1a1-b2b2-c3c3-d4d4-e5e5e5e5e5e5
7171

7272
# Action to Create a Release

0 commit comments

Comments
 (0)