diff --git a/.drone.jsonnet b/.drone.jsonnet index 22d7062..f87c22c 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 9c7d596..2fabeff 100644 --- a/.drone.yml +++ b/.drone.yml @@ -91,7 +91,7 @@ steps: settings: fork: true repositories: - - ansible/ansible-galaxy + - ansible/galaxy server: https://drone.rknet.org token: from_secret: drone_token @@ -146,6 +146,6 @@ depends_on: --- kind: signature -hmac: 00f1285cfd2cb8c7b2c5d4a8175e24d3b9b71e9faa7db6abe6f1986756349d1f +hmac: 9afdb46aa796f4aea5089d4b4d22b72ace2aa54c0a5c60fab705b74ad44823e3 ...