Conversation
There was a problem hiding this comment.
Pull Request Overview
Este PR corrige y renumera las instrucciones de configuración en el COOK-BOOK.md y añade un paso para definir los datos de firma de commits.
- Renumeración y clarificación de pasos 3 a 6
- Se agrega configuración de los secrets USER y EMAIL para firma automática de commits
| 3. Agregarlo en el repositorio creado en [secret and variables](../../settings/secrets/actions) y agregarlo con el nomre MY_TOKEN | ||
| 4. Ir a la seccion [action -> general](../../settings/actions) y seleccionar la opcion **Workflow permissions => Read and write permissions" y gardar los cambios. | ||
| 5. Por ultimo crear la rama **main**. | ||
| 3. Agregar el HASH en el repositorio creado en la seccion [secret and variables](../../settings/secrets/actions) y agregarlo en Repository secrets con el nomre **MY_TOKEN**. |
There was a problem hiding this comment.
Corregir 'nomre' a 'nombre' y 'seccion' a 'sección' para mejorar la ortografía y la claridad.
Suggested change
| 3. Agregar el HASH en el repositorio creado en la seccion [secret and variables](../../settings/secrets/actions) y agregarlo en Repository secrets con el nomre **MY_TOKEN**. | |
| 3. Agregar el HASH en el repositorio creado en la sección [secret and variables](../../settings/secrets/actions) y agregarlo en Repository secrets con el nombre **MY_TOKEN**. |
| 4. Ir a la seccion [action -> general](../../settings/actions) y seleccionar la opcion **Workflow permissions => Read and write permissions" y gardar los cambios. | ||
| 5. Por ultimo crear la rama **main**. | ||
| 3. Agregar el HASH en el repositorio creado en la seccion [secret and variables](../../settings/secrets/actions) y agregarlo en Repository secrets con el nomre **MY_TOKEN**. | ||
| 4. Agregar en el mismo apartado un secret llamado **USER** y otro nombrado **EMAIL** los cuales serviran para firmar los commits que generen los actions. |
There was a problem hiding this comment.
Añadir tilde en 'serviran' → 'servirán' para corregir la ortografía.
Suggested change
| 4. Agregar en el mismo apartado un secret llamado **USER** y otro nombrado **EMAIL** los cuales serviran para firmar los commits que generen los actions. | |
| 4. Agregar en el mismo apartado un secret llamado **USER** y otro nombrado **EMAIL** los cuales servirán para firmar los commits que generen los actions. |
| 5. Por ultimo crear la rama **main**. | ||
| 3. Agregar el HASH en el repositorio creado en la seccion [secret and variables](../../settings/secrets/actions) y agregarlo en Repository secrets con el nomre **MY_TOKEN**. | ||
| 4. Agregar en el mismo apartado un secret llamado **USER** y otro nombrado **EMAIL** los cuales serviran para firmar los commits que generen los actions. | ||
| 5. Ir a la seccion [action -> general](../../settings/actions) y seleccionar la opcion **Workflow permissions => Read and write permissions** y gardar los cambios. |
There was a problem hiding this comment.
Corregir 'seccion' a 'sección' y 'gardar' a 'guardar' para mejorar la ortografía.
Suggested change
| 5. Ir a la seccion [action -> general](../../settings/actions) y seleccionar la opcion **Workflow permissions => Read and write permissions** y gardar los cambios. | |
| 5. Ir a la sección [action -> general](../../settings/actions) y seleccionar la opción **Workflow permissions => Read and write permissions** y guardar los cambios. |
| 3. Agregar el HASH en el repositorio creado en la seccion [secret and variables](../../settings/secrets/actions) y agregarlo en Repository secrets con el nomre **MY_TOKEN**. | ||
| 4. Agregar en el mismo apartado un secret llamado **USER** y otro nombrado **EMAIL** los cuales serviran para firmar los commits que generen los actions. | ||
| 5. Ir a la seccion [action -> general](../../settings/actions) y seleccionar la opcion **Workflow permissions => Read and write permissions** y gardar los cambios. | ||
| 6. Por ultimo crear la rama **main**. |
There was a problem hiding this comment.
Añadir tilde en 'ultimo' → 'último' para corregir la ortografía.
Suggested change
| 6. Por ultimo crear la rama **main**. | |
| 6. Por último crear la rama **main**. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
closed #1
📝 Descripción
Se modifican las insturcciones de uso para entender los pasos para poder utilizar el template.
📎 Issue Relacionado
Resuelve: #1
📝 Notas adicionales
Se agrego una nueva instruccion para agregar los datos de quien firma los commits automaticos