Browse Source

Fixing broken secrets resolution

develop
Drew Short 4 years ago
parent
commit
527bb1b637
  1. 6
      pipeline.yml

6
pipeline.yml

@ -54,9 +54,9 @@ resources:
- name: matrix-notification
type: matrix-notification-resource
source:
matrix_server_url: (( matrix.url ))
token: (( matrix.token ))
room_id: (( matrix.room_id ))
matrix_server_url: ((matrix.url))
token: ((matrix.token))
room_id: ((matrix.room_id))
jobs:
# Development Pipeline

Loading…
Cancel
Save