We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
curl -X POST -H "Accept: application/vnd.github+json" -H "Authorization: Bearer XXX" -H "X-GitHub-Api-Version: 2022-11-28" https://api.github.com/repositories/1234567890/environments/dev/variables-d '{"name":"Variable_name", "value":"Test"}'
where XXX is the ${{ secrets.GITHUB_TOKEN }} I think
${{ secrets.GITHUB_TOKEN }}
The text was updated successfully, but these errors were encountered:
No branches or pull requests
where XXX is the
${{ secrets.GITHUB_TOKEN }}
I thinkThe text was updated successfully, but these errors were encountered: