From 43ee31721b9c247fe9a226f48f4586aa0d923a15 Mon Sep 17 00:00:00 2001 From: Amaury Van Espen Date: Sun, 25 Aug 2024 18:57:07 +0200 Subject: [PATCH] Update gist.yml - add permissions --- .github/workflows/gist.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/gist.yml b/.github/workflows/gist.yml index c92ec08..9cd7676 100644 --- a/.github/workflows/gist.yml +++ b/.github/workflows/gist.yml @@ -2,6 +2,12 @@ name: Update Resume Gist on: push +permissions: + id-token: write + contents: read + issues: write + pull-requests: write + jobs: update-resume-gist: runs-on: ubuntu-latest