mirror of
https://github.com/docker/login-action.git
synced 2024-11-06 00:45:48 -05:00
Replace GIF with link to GitHub documentation
Signed-off-by: Chris Smith <chris.smith@widerplan.com>
This commit is contained in:
parent
2c6df6a22f
commit
95778bc566
2 changed files with 2 additions and 3 deletions
BIN
.github/ghcr-manage-actions-access.gif
vendored
BIN
.github/ghcr-manage-actions-access.gif
vendored
Binary file not shown.
Before Width: | Height: | Size: 99 KiB |
|
@ -79,9 +79,8 @@ jobs:
|
|||
password: ${{ secrets.GITHUB_TOKEN }}
|
||||
```
|
||||
|
||||
You may need to manage write and read access of GitHub Actions for repositories in the container settings:
|
||||
|
||||
![Manage Actions access](.github/ghcr-manage-actions-access.gif)
|
||||
You may need to [manage write and read access of GitHub Actions](https://docs.github.com/en/packages/managing-github-packages-using-github-actions-workflows/publishing-and-installing-a-package-with-github-actions#upgrading-a-workflow-that-accesses-ghcrio)
|
||||
for repositories in the container settings.
|
||||
|
||||
You can also use a [personal access token (PAT)](https://docs.github.com/en/github/authenticating-to-github/creating-a-personal-access-token)
|
||||
with the [appropriate scopes](https://docs.github.com/en/packages/getting-started-with-github-container-registry/migrating-to-github-container-registry-for-docker-images#authenticating-with-the-container-registry).
|
||||
|
|
Loading…
Reference in a new issue