Skip to content

Commit aebad48

Browse files
committed
Use new github token with access to SQLite3-Encryption repo with Encrypt.
1 parent 514a045 commit aebad48

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

.appveyor.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,17 +40,16 @@ after_build:
4040
- ps: Get-ChildItem .\*.zip | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name }
4141
#
4242
deploy:
43+
release: SQLite3-Encryption-v%APPVEYOR_BUILD_VERSION%
4344
description: 'Automatically deployed release'
4445
provider: GitHub
4546
auth_token:
46-
secure: C/JcTUS0CTkBLE9syYzpYxJdDdfTl35MCSiNwxClbFP6QdKhsSUxGDc/Uyw9QKb+
47+
secure: wZ049LmzjlMHqV5IFklperAW7uhpMllxePBaf+ZUK5IWJQGsPEY8pCsmTw+Yck4d
4748
draft: false
48-
# All the zipped artifacts will be deployed
49-
artifact: /.*\.zip/
5049
prerelease: false
5150
on:
5251
branch: dev
53-
appveyor_repo_tag: true
52+
appveyor_repo_tag: true
5453

5554
on_success:
5655
- ps: >-

0 commit comments

Comments
 (0)