Skip to content

Commit

Permalink
Merge pull request #3 from owncloud/bugfix/drone_token
Browse files Browse the repository at this point in the history
Use correct drone token
  • Loading branch information
micbar authored Aug 25, 2020
2 parents cfe9bac + 25bbed4 commit 1e6160f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .drone.star
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ def website(ctx):
'settings': {
'server': 'https://cloud.drone.io/',
'token': {
'from_secret': 'drone_token',
'from_secret': 'drone_token_cloud',
},
'repositories': [
'owncloud/owncloud.github.io@source',
Expand Down

0 comments on commit 1e6160f

Please sign in to comment.