-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Add
use-github-token
as action input
This commit adds the ability to use the built-in GITHUB_TOKEN secret as passed into the GitHub Actions runner instead of providing a personal access token (PAT) as a secret into the action for image deletion for a package that lives in the same repository as the GitHub repository. In order to do so, `image-name` needs to match the package name for the repository from where this action is being invoked.
- Loading branch information
Showing
2 changed files
with
39 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters