0

我在 github 有一个项目存储库。它使用 OpenWeatherMap API。

所以,在一个特定的文件中,我有:

    let url = `http://api.openweathermap.org/data/2.5/weather?q=${locationName}&units=metric&appid=${process.env.REACT_APP_OPENWEATHER_APIKEY}`

在为 Github Actions 编写 .yml 文件时,我如何使用 Here, ${process.env.REACT_APP_OPENWEATHER_APIKEY},同时仍然保密

4

0 回答 0