From b2ad8e7afedbfa769ee7b9d6d0cd9f73d42b3790 Mon Sep 17 00:00:00 2001 From: Xevion Date: Mon, 11 Sep 2023 17:05:25 -0500 Subject: [PATCH] ci: add permisions for deployment job --- .github/workflows/deploy.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 3db5a82..85915cc 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -1,13 +1,13 @@ name: Github Pages - on: [push] - permissions: contents: write - jobs: - build-github-pages: + deploy: runs-on: ubuntu-latest + permissions: + pages: write + id-token: write steps: - uses: actions/checkout@v2 # repo checkout