Skip to content

Commit

Permalink
ci: update secure token in favor of the new token format
Browse files Browse the repository at this point in the history
  • Loading branch information
cheton committed Oct 24, 2021
1 parent b1a8292 commit bcbf0c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ environment:
ARCH: x86
global:
GITHUB_TOKEN:
secure: 14dS/9loZ4uMoKGOHGkagaYp5oS30HSIQcPB0FEa7aTEfpb2VJQiUms82hv8nWxY
secure: G9Qlv8MYhgvYlUxWWUiDdfIUTrKcia16HAdzkVydWqC+wo60XrC8nk1Q2R9WKGXx

for:
# Linux
Expand Down Expand Up @@ -298,7 +298,7 @@ for:
deploy:
- provider: GitHub
auth_token:
secure: 14dS/9loZ4uMoKGOHGkagaYp5oS30HSIQcPB0FEa7aTEfpb2VJQiUms82hv8nWxY
secure: G9Qlv8MYhgvYlUxWWUiDdfIUTrKcia16HAdzkVydWqC+wo60XrC8nk1Q2R9WKGXx
draft: false
prerelease: false
on:
Expand Down

0 comments on commit bcbf0c4

Please sign in to comment.