Skip to content

Commit 99db60a

Browse files
Fix action input login info (#19)
1 parent e3ecebe commit 99db60a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ inputs:
1717
server:
1818
description: 'The instance URL hosting Octopus Deploy (i.e. "https://octopus.example.com/"). The instance URL is required, but you may also use the OCTOPUS_URL environment variable.'
1919
api_key:
20-
description: 'The API key used to access Octopus Deploy. You may also use the OctopusDeploy Login Action or OCTOPUS_API_KEY environment variable. It is strongly recommended that this value be retrieved from a GitHub secret.'
20+
description: 'The API key used to access Octopus Deploy. You may also use the OctopusDeploy Login Action, OCTOPUS_API_KEY environment variable or OCTOPUS_ACCESS_TOKEN environment variable. It is strongly recommended that this value be retrieved from a GitHub secret.'
2121

2222
runs:
2323
using: 'node24'

0 commit comments

Comments
 (0)