Skip to content

Commit 745a009

Browse files
author
Costin Bleotu
committed
Added secrets in drone.yml
1 parent a31513a commit 745a009

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.drone.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ pipeline:
99

1010
slack:
1111
image: plugins/slack
12-
webhook: https://hooks.slack.com/services/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
13-
channel: python-gogs-client
12+
webhook: ${WEBHOOK}
13+
channel: ${CHANNEL}
1414

1515
matrix:
1616
PYTHON_VERSION:
@@ -19,5 +19,4 @@ matrix:
1919
- 3.4
2020
- 3.5
2121

22-
branches: [ master, feature/* ]
23-
22+
branches: [ master, feature/* ]

0 commit comments

Comments
 (0)