1
0
mirror of synced 2026-01-08 03:01:54 -05:00

Merge pull request #15082 from joshjohanning/patch-3

Updating ghcr_token to github_token
This commit is contained in:
Laura Coursen
2022-02-07 13:42:37 -06:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -830,7 +830,7 @@ services:
image: ghcr.io/owner/myservice1
credentials:
username: ${{ github.actor }}
password: ${{ secrets.ghcr_token }}
password: ${{ secrets.github_token }}
myservice2:
image: dockerhub_org/myservice2
credentials:

View File

@@ -8,6 +8,6 @@ container:
image: ghcr.io/owner/image
credentials:
username: ${{ github.actor }}
password: ${{ secrets.ghcr_token }}
password: ${{ secrets.github_token }}
```
{% endraw %}