Skip to content

Commit

Permalink
Update secret in pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
kurtmc committed Nov 17, 2018
1 parent 2c56bef commit 102b724
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions ci/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
set-pipeline:
fly -t kurtmc set-pipeline -p cv -c pipeline.yml -n
4 changes: 2 additions & 2 deletions ci/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ resources:
uri: https://github.com/kurtmc/cv.git
branch: master
username: kurtmc
password: ((access_token))
password: ((github-token))

- name: gh-release
type: github-release
source:
user: kurtmc
repository: cv
access_token: ((access_token))
access_token: ((github-token))

jobs:

Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.0.22
v0.0.23

0 comments on commit 102b724

Please sign in to comment.