VKCOM / vk-ios-sdk

iOS library for working with VK API, authorization through VK app, using VK functions
MIT License
298 stars 164 forks source link

Migrate CI from Travis to GitHub Actions, make the tests work again #582

Closed oleg-derevenetz closed 1 year ago

oleg-derevenetz commented 3 years ago

Since all API requests now require at least a service token:

https://vk.com/dev/service_token

use the following GitHub repository secrets for authentication:

VK_APP_ID - id of the standalone VK app used for test purposes; VK_SERVICE_TOKEN - service token of this app; VK_SECRET - secret of this app.

They should be defined in the "Secrets" section of the repository settings for the tests to work.