exercise-check-installed-apps icon indicating copy to clipboard operation
exercise-check-installed-apps copied to clipboard

A hands-on exercise using GitHub Actions. See README.md for instructions on how to get started.

Results 12 exercise-check-installed-apps issues
Sort by recently updated
recently updated
newest added

The instruction for creating personal access tokens need to be updated using classic tokens type and adding write scope to the permissions #26

Hi, I found that there might be a permission problem with ```secrets.GITHUB_TOKEN``` at line 24 in ```grading.yml```. I followed the instructions carefully but could not let ```github-actions``` generate a new...