Skip to content

Commit 361497f

Browse files
chore: changed workflow secret
1 parent 46f524c commit 361497f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish-passport-tutorials.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
3636
with:
3737
repository: immutable/docs
38-
token: ${{ secrets.UNITY_IMMUTABLE_SDK_GITHUB_TOKEN }}
38+
token: ${{ secrets.UNITY_SDK_DOCS_WORKFLOW }}
3939
path: imx-docs
4040
ref: 'DVR-425-unity-sample-app-tutorial'
4141

sample/Assets/Scripts/Passport/Login/tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
</div>
66

7-
Passport Login enables users to authenticate with the Immutable Passport service. This feature demonstrates how to implement user authentication in your Unity game using two different authentication methods: PKCE (Proof Key for Code Exchange) and Device Code Auth.
7+
Passport Login enables users to authenticate with the Immutable Passport service. This feature demonstrates how to implement user authentication in your Unity game using two different authentication methods: PKCE (Proof Key for Code Exchange) and Device Code Auth
88

99
<div class="button-component">
1010

0 commit comments

Comments
 (0)