We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d8487a commit 0462f9fCopy full SHA for 0462f9f
1 file changed
.expeditor/verify.pipeline.yml
@@ -38,12 +38,17 @@ steps:
38
- cd /workdir/omnibus; make install
39
- make ci
40
expeditor:
41
+ secrets:
42
+ GITHUB_TOKEN:
43
+ account: github/chef
44
+ field: token
45
executor:
46
docker:
47
image: "chefes/a1-buildkite"
48
environment:
49
- LUALIB=~/.luarocks/lib/lua/5.2
50
- COMPONENT=omnibus
51
+ - GITHUB_TOKEN
52
53
- label: chef-server-ctl
54
command:
0 commit comments