@@ -14,7 +14,7 @@ This guide will help you quickly configure a new repository from this template f
1414
15151 . Open the main page of the [ template repository] ( https://github.com/Flashky/advent-of-code-yyyy ) .
16162 . Click ** Use this template** and then ** Create a new repository** .
17- 3 . Name the new repository (e.g., ` advent-of-code-202X ` ).
17+ 3 . Name the new repository (e.g., ` advent-of-code-2025 ` ).
1818
1919### 🔑 2. Token and Secret Configuration
2020
@@ -47,17 +47,12 @@ Required to send code coverage reports.
4747
4848> 💡 ** Note:** Setting the secret for Dependabot is crucial to prevent automated Pull Requests from failing the coverage report job.
4949
50- ### 📅 3. Year Update and Permissions
50+ ### 📅 3. Year Update
5151
52- 1 . ** Configure Workflow Permissions:**
53- * Go to ** Settings / Actions / General** .
54- * Under ** Workflow permissions** , enable:
55- * ** Read and write permissions** .
56- * ** Allow GitHub Actions to create and approve pull requests** .
57- 2 . ** Run "Update year" Workflow:**
52+ 1 . ** Run "Update year" Workflow:**
5853 * Go to the ** Actions** tab and open the ** Update year** workflow.
5954 * Click ** Run workflow** , type the ** year** in ` yyyy ` format (e.g., ` 2025 ` ), and ** Run workflow** .
60- 3 . ** Merge the Pull Request:**
55+ 2, ** Merge the Pull Request:**
6156 * The workflow will automatically create a Pull Request.
6257 * ** Open it** , verify the year changes are correct, and ** merge** it.
6358
0 commit comments