Skip to content

Commit e67f555

Browse files
committed
fix: update daily log and workflow YAML errors
1 parent cdf2082 commit e67f555

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

.github/workflows/daily-news.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ jobs:
1212
contents: write
1313
steps:
1414
- uses: actions/checkout@v4
15-
with:
16-
token: ${{ secrets.GH_PAT }}
15+
with:
16+
token: "${{ secrets.GH_PAT }}" # Ensure token is treated as a string
1717

1818
- name: Set up Python
1919
uses: actions/setup-python@v5

daily-log.csv

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,9 @@
1515
2025-11-18,Lab,Planned to start “Create a VPC using Cloud Shell” lab,Will launch Cloud Shell and build a VPC to practice networking fundamentals
1616
2025-11-19,Career,Applied to local IT positions,Submitted applications and followed up with recruiters; scheduled initial phone screens
1717
2025-11-20,Research,Reviewed recent Cloudflare service incident,Read the post-mortem understood the high-level cause and noted a few mitigation ideas for our own environment
18-
2025-11-21,Learning,Read several cybersecurity articles,Covered topics such as supply-chain risks zero-trust concepts and emerging ransomware trends
18+
2025-11-21,Learning,Read several cybersecurity articles,Covered topics such as supply-chain risks zero-trust concepts and emerging ransomware trends
19+
20+
2025-11-22,Automatización,Automatización de organización de imágenes y videos,Organicé archivos multimedia en SSD locales y Drives en la nube usando scripts personalizados
21+
2025-11-23,Programación,Laboratorios locales y uso de VPN,Configuré laboratorios en VM y probé VPN para acceso seguro; PiHole para minimizar trackers y anuncios
22+
2025-11-24,Kali Linux,Estudio y noticias sobre ciberseguridad,Leí noticias relevantes y realicé prácticas en Kali Linux sobre pentesting básico
23+
2025-11-25,Raspberry Pi - Debian,Estudio Google Cloud y PiHole,Configuré Raspberry Pi con Debian para PiHole y estudié Google Cloud; optimicé privacidad y seguridad

0 commit comments

Comments
 (0)