Skip to content

Commit

Permalink
Update GitHub auth token (#17)
Browse files Browse the repository at this point in the history
@Falco20019 Seems like the error in #16 came from not being able to create the GitHub release. I've therefore created a new personal GitHub access token with the "repo_public" permission, encrypted the value in AppVeyor and put it in here. (as described in https://www.appveyor.com/docs/deployment/github/)

I wasn't really able to test this though, so just let me know if it doesn't work.
  • Loading branch information
cwe1ss authored and Falco20019 committed Jan 15, 2020
1 parent 20a6abf commit 204ba6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ deploy:
description: "See milestone for changes: https://github.com/opentracing-contrib/csharp-grpc/milestones"
draft: true
auth_token:
secure: VD2KNkqKnAIEm3QWxqCLC3KaVrQjfxsaV9NiuLCvrTEAk4p5ZmI462RA4qoB21KS
secure: 4zbtMttqfBfv1zsFBS6mUY+KHaACsFcvc+zVH0Y2BTI2w3ImAQhk7c4Fdet5OGG+
on:
appveyor_repo_tag: true

0 comments on commit 204ba6b

Please sign in to comment.