Skip to content

Commit

Permalink
COMP: Update appveyor secure env. value associated with GITHUB_TOKEN
Browse files Browse the repository at this point in the history
Previous value of the corresponding "Personal access token" had been
discarded and a new token needed to be generated.
  • Loading branch information
jcfr committed Jul 3, 2024
1 parent 934889f commit 9b7e7ad
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 @@ -26,7 +26,7 @@ environment:
PYTHON_DIR: "C:\\Python38-x64"
PATH: "%PYTHON_DIR%;%PYTHON_DIR%\\Scripts;%PATH%"
GITHUB_TOKEN:
secure: tBrUc3IczNjD3kBiOYQ0bYF9tDXv7jQU33G3vZhhhbSDtxWVNeZo7iKmEuXyDbkw
secure: flP1v3MokRo5vfouDv3owIVA9LQWCK0/fZLD3QWAT+aIt2Ce8UdzMyXtpkHz4Wqj
APPVEYOR_API_TOKEN:
secure: U5fSDWJH39dwzLUfl7RZ0FwF+q7pK5tbAU8WGxO/1hc=

Expand Down

0 comments on commit 9b7e7ad

Please sign in to comment.