Skip to content

Commit

Permalink
chore(ci): update API key
Browse files Browse the repository at this point in the history
  • Loading branch information
ncarlier committed Feb 4, 2020
1 parent 37924f6 commit fe715a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
language: go
go:
- "1.13"
- '1.13'
script:
- make test
- make distribution
deploy:
provider: releases
api_key:
secure: VATbHmgR1DDXlIHEMpupuTggPU6wgtZk3BFK/eT5L+qqhnfSal1z+ZsypgWMGZN2Ch6WTRFaXqUhpV7N2oo+pQoXAYcDFWTd3BiTUied+pKVoUa8VuZFF2TW1cNcVJ3fnFPMFnpJPTYkld//+8s8zJQitTabE1QZdXNYPU1uUiY=
secure: m1wZFRioHw9vNQavd5y2XHVy6OU3V+xplrZEb4PGdCABX55b2mcMHe/5hgjskNaICSuc4++D6M00/dgiKmLiMqBJGS/0kllhMTCZIKXq1jMC8GqlrSKNW6NNJUI6YhhJkXoUBYMuk0epHZWA+TvVmarQnePryiUWqy2d8+X4UbE=
file:
- release/webhookd-linux-amd64.tgz
- release/webhookd-linux-arm64.tgz
Expand Down

0 comments on commit fe715a0

Please sign in to comment.