Skip to content

Commit b4da5f2

Browse files
authored
Merge pull request #25092 from github/repo-sync
repo sync
2 parents 36aacef + 896a4b2 commit b4da5f2

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)