You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -11,7 +10,19 @@ To fork this repository, follow these steps:
11
10
2. Click the "Fork" button in the upper right corner of the page.
12
11
3. Select your GitHub account to create the fork.
13
12
14
-
### 2. Set Up `WITH_GITHUB_TOKEN` Action Secret
13
+
### 2 Create a GitHub Token
14
+
To create a GitHub token, follow these steps:
15
+
1. Go to GitHub and log in to your account.
16
+
2. Click on your profile picture in the upper right corner and select "Settings".
17
+
3. In the left sidebar, click on "Developer settings".
18
+
4. Click on "Personal access tokens" and then "Tokens (classic)".
19
+
5. Click the "Generate new token" button.
20
+
6. Fill in the "Note" field with a descriptive name for the token.
21
+
7. Select the scopes or permissions you need for the token.
22
+
8. Click the "Generate token" button.
23
+
9. Copy the generated token and save it in a secure place.
24
+
25
+
### 3 Set Up `WITH_GITHUB_TOKEN` Action Secret
15
26
To set up the `WITH_GITHUB_TOKEN` action secret in GitHub:
16
27
1. Go to the repository page on GitHub.
17
28
2. Click on the "Settings" tab.
@@ -20,7 +31,7 @@ To set up the `WITH_GITHUB_TOKEN` action secret in GitHub:
20
31
5. Name the secret `WITH_GITHUB_TOKEN` and paste your GitHub token in the "Value" field.
21
32
6. Click "Add secret".
22
33
23
-
### 3. Modify and Push Image
34
+
### 4. Modify and Push Image
24
35
To modify the image name and push it to GitHub:
25
36
1. Rename your JPEG image to `view.jpg`.
26
37
2. Place the `view.jpg` file in the `img` folder of the repository.
@@ -31,13 +42,13 @@ To modify the image name and push it to GitHub:
31
42
git push origin main
32
43
```
33
44
34
-
### 4. Create and Publish a Release
45
+
### 5. Create and Publish a Release
35
46
To create and publish a release on GitHub:
36
47
1. Go to the repository page on GitHub.
37
48
2. Click on the "Releases" tab.
38
49
3. Click the "Draft a new release" button.
39
50
4. Fill in the "Tag version" and "Release title" fields.
40
51
5. Click the "Publish release" button.
41
52
42
-
### 5. Wait for GitHub Action to Complete
53
+
### 6. Wait for GitHub Action to Complete
43
54
After publishing the release, waitforthe GitHub Action to complete. Once done, you will find the `jxl_file-${release_tag_name}.tar.gz` file containing the converted `.jxl` file on the release page createdin step 4.
0 commit comments