Skip to content

Commit bd8a817

Browse files
authored
Merge pull request #15082 from joshjohanning/patch-3
Updating ghcr_token to github_token
2 parents 6e98b36 + f0ff74f commit bd8a817

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

content/actions/using-workflows/workflow-syntax-for-github-actions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -830,7 +830,7 @@ services:
830830
image: ghcr.io/owner/myservice1
831831
credentials:
832832
username: ${{ github.actor }}
833-
password: ${{ secrets.ghcr_token }}
833+
password: ${{ secrets.github_token }}
834834
myservice2:
835835
image: dockerhub_org/myservice2
836836
credentials:

data/reusables/actions/jobs/section-running-jobs-in-a-container-credentials.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ container:
88
image: ghcr.io/owner/image
99
credentials:
1010
username: ${{ github.actor }}
11-
password: ${{ secrets.ghcr_token }}
11+
password: ${{ secrets.github_token }}
1212
```
1313
{% endraw %}

0 commit comments

Comments
 (0)