We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8b7461 commit 66761d1Copy full SHA for 66761d1
src/jobs/release.yml
@@ -52,8 +52,10 @@ parameters:
52
Enter the name of the environment variable containing the GitHub Personal Access token to be used for authentication.
53
It is recommended for CI processes that you create a "machine" user on GitHub.com with the needed permissions, rather than using your own.
54
steps:
55
- - install:
+ - setup:
56
version: <<parameters.version>>
57
+ token: <<parameters.token>>
58
+ hostname: <<parameters.hostname>>
59
- clone
60
- run:
61
name: "Creating a <<#parameters.draft>><<parameters.draft>> <</parameters.draft>>GitHub Release"
0 commit comments