Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix artifacts action permissions #31

Merged
merged 1 commit into from
Mar 1, 2024

Commits on Jan 12, 2024

  1. Fix artifacts action permissions

    Deze PR zorgt ervoor dat deze workflow correct kan runnen in nieuwe repositories.
    
    De action in deze workflow heeft de `actions:write` permission nodig, aangezien het [deze API endpoint](https://docs.github.com/en/rest/actions/artifacts?apiVersion=2022-11-28#delete-an-artifact) aanspreekt. 
    In deze repository is het ingesteld dat actions by default read en write access hebben, en die instelling wordt ook overgenomen bij forks, maar bij een eigen reupload van de repository (zoals aangeraden voor studenten in de README) gebeurt dit niet. Dit zorgt ervoor dat deze action elke nacht zal falen voor elke student, tenzij ze de default actions permissions aanpassen in hun repository.
    
    Hier heb ik de nodige permission toegevoegd aan de workflow zelf, zodat deze kan blijven werken ongeacht de repository settings, en dat studenten zelf geen verdere aanpassing moeten maken.
    aikovdp authored Jan 12, 2024
    Configuration menu
    Copy the full SHA
    35d9b27 View commit details
    Browse the repository at this point in the history