kykrueger commented on PR #1820: URL: https://github.com/apache/systemds/pull/1820#issuecomment-1567262437
@Baunsgaard I just got back around to this today. Triggering a workflow upon completion of another works. The deletion of the artifacts is successfull without changing any repo-permissions since the github-token of apache/systemds is already set to permissive. If the team later decides to tighten the security of the authentication token used in github-actions, the action will require a dedicated token in the repository secrets. Testing the workflow in the main repository will only be possible once a merge is complete, this is because workflow_run triggers may only be started if the workflow is already a part of main. I've tested it in my fork, and am cleaning up some some tests. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@systemds.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org