Skip to content

Commit

Permalink
update token
Browse files Browse the repository at this point in the history
Signed-off-by: Stavros Avramidis <[email protected]>
  • Loading branch information
purpl3F0x committed Apr 19, 2023
1 parent eaae346 commit 9b8146e
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 @@ -72,7 +72,7 @@ for:
description: "[![Donate](https://www.paypalobjects.com/en_US/i/btn/btn_donate_LG.gif)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=3XY7W2XHHUZF2&source=url)"
tag: v.$(APPVEYOR_BUILD_VERSION)
auth_token:
secure: NJmli2D4RcorV2PCJA0l7dhI3dbmzio98jPkYU25bBll0nFb1tZolbHtFsfQhpFk # your encrypted token from GitHub
secure: uaiJgGxA9FAn4Z6GUxETsDIJkLKFF+aLshW8PTJadmp04JnCj3kbqBE7f5dzncgTeAAl+/O6QqrBhZK+/QzW7ZWReA27bAVtJeeg2reV/iboGUTqjBuynxbNKMx2c3tK # your encrypted token from GitHub
artifact: tidal-rpc.zip # upload all NuGet packages to release assets
draft: true
prerelease: false
Expand Down Expand Up @@ -110,7 +110,7 @@ for:
description: "[![Donate](https://www.paypalobjects.com/en_US/i/btn/btn_donate_LG.gif)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=3XY7W2XHHUZF2&source=url)"
tag: v.$(APPVEYOR_BUILD_VERSION)
auth_token:
secure: NJmli2D4RcorV2PCJA0l7dhI3dbmzio98jPkYU25bBll0nFb1tZolbHtFsfQhpFk # your encrypted token from GitHub
secure: uaiJgGxA9FAn4Z6GUxETsDIJkLKFF+aLshW8PTJadmp04JnCj3kbqBE7f5dzncgTeAAl+/O6QqrBhZK+/QzW7ZWReA27bAVtJeeg2reV/iboGUTqjBuynxbNKMx2c3tK # your encrypted token from GitHub
artifact: tidal-rpc.dmg # upload all NuGet packages to release assets
draft: true
prerelease: false
Expand Down

2 comments on commit 9b8146e

@josevill
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi there, isn't there a way for you to hide these tokens?

@purpl3F0x
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi there, isn't there a way for you to hide these tokens?

These are the public encrypted tokens. You have to decrypt them in order to use them .

Please sign in to comment.