fix secretes
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Robert Kaussow 2020-01-21 00:13:52 +01:00
parent d060cba74f
commit 2bf3fd1797
2 changed files with 5 additions and 5 deletions

View File

@ -79,8 +79,8 @@ local PipelineDocumentation = {
name: 'publish',
image: 'plugins/gh-pages:latest',
settings: {
username: { from_secret: 'github_username' },
password: { from_secret: 'github_token' },
username: { from_secret: 'gitea_username' },
password: { from_secret: 'gitea_token' },
pages_directory: '_docs/',
target_branch: 'docs',
},

View File

@ -76,10 +76,10 @@ steps:
settings:
pages_directory: _docs/
password:
from_secret: github_token
from_secret: gitea_token
target_branch: docs
username:
from_secret: github_username
from_secret: gitea_username
when:
ref:
- refs/heads/master
@ -144,6 +144,6 @@ depends_on:
---
kind: signature
hmac: 2a14fa69600ed205c69afd9805d05918de10286808a2c387b9c9060f2b5aa99f
hmac: 143d7b91e1df263950f1633bf55ba977f9d1e70d7cc2b505e24fab6a3a1ff156
...