From f20ae9439c9ed7474e7195ff8e024f11bbb2d949 Mon Sep 17 00:00:00 2001 From: cybardev Date: Sat, 17 Aug 2024 14:01:00 -0300 Subject: [PATCH] fix: set correct workflow permissions --- .github/workflows/resume.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/resume.yml b/.github/workflows/resume.yml index 3669b59..b02054b 100644 --- a/.github/workflows/resume.yml +++ b/.github/workflows/resume.yml @@ -12,7 +12,7 @@ on: # Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages permissions: - contents: read + contents: write pages: write id-token: write