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 4c48be2..b643eb2 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: 3dcae10b5d720f294d3af4d77d15072014c96dee6804ab1f03da3b407d8ab4eb +hmac: 47e554fdfca063f7e4b1757753560cce1cb341773713f2e88c428c206f051af7 ...