Skip to content

Commit

Permalink
Update evaluaciones_cohorte.R
Browse files Browse the repository at this point in the history
  • Loading branch information
JFormoso committed Oct 19, 2024
1 parent 8ef347a commit bcd8192
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions R/evaluaciones_cohorte.R
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ library(dplyr)
library(lubridate)
library(stringr)

# Autenticación con Google Drive y Google Sheets
# Este bloque autentica al script con las APIs de Google Drive y Google Sheets, utilizando credenciales
# almacenadas en la variable de entorno 'GOOGLE_APPLICATION_CREDENTIALS'. Estas credenciales, previamente
# configuradas en GitHub Actions, permiten al script acceder y manipular hojas de cálculo y archivos almacenados
# en Google Drive. El sistema de autenticación basado en OAuth 2.0 asegura que se tengan los permisos
# necesarios para interactuar con los datos sin necesidad de autenticación manual.

# for googledrive
drive_auth(path = Sys.getenv('GOOGLE_APPLICATION_CREDENTIALS'))
Expand Down

0 comments on commit bcd8192

Please sign in to comment.