qiskit-community / qiskit-nature

Qiskit Nature is an open-source, quantum computing, framework for solving quantum mechanical natural science problems.
https://qiskit-community.github.io/qiskit-nature/
Apache License 2.0
290 stars 197 forks source link

ci: update deploy-docs authorized users #1283

Closed mrossinek closed 7 months ago

mrossinek commented 7 months ago

Summary

In order to deploy the documentation to the public URL, a Github action needs to be triggered manually. In order to avoid anyone being able to do this, the script which is being run asserts the username of the github.actor to be in a hard-coded list of authorized users.

This commit updates this list in accordance with the recent CODEOWNER changes.

I believe, that there must be a better way to handle/restrict access to who can trigger this action, but for the time being I will simply do this quick fix.

Details and comments

coveralls commented 7 months ago

Pull Request Test Coverage Report for Build 7006993017


Totals Coverage Status
Change from base Build 7006698779: 0.0%
Covered Lines: 8767
Relevant Lines: 10104

💛 - Coveralls