diff --git a/.drone.jsonnet b/.drone.jsonnet index bdf05a6..fcdd0b7 100644 --- a/.drone.jsonnet +++ b/.drone.jsonnet @@ -98,7 +98,7 @@ local PipelineDocumentation = { token: { from_secret: 'drone_token' }, fork: true, repositories: [ - 'ansible/ansible-galaxy', + 'ansible/galaxy', ], }, when: { diff --git a/.drone.yml b/.drone.yml index 4e05486..62482b8 100644 --- a/.drone.yml +++ b/.drone.yml @@ -125,7 +125,7 @@ steps: settings: fork: true repositories: - - ansible/ansible-galaxy + - ansible/galaxy server: https://drone.rknet.org token: from_secret: drone_token @@ -181,6 +181,6 @@ depends_on: --- kind: signature -hmac: fdf016d66da532353bb204c89250b5d784078f88c73b9ebba5e860f9420d95fc +hmac: 6bd7198a4cd85a5f09a56e89c081cc685cb0e1e5d79a51e48174844b8ae898b7 ...