From b85a8abf16a6bef2ebdc0ea8a43ff79c5878b7e7 Mon Sep 17 00:00:00 2001 From: Jason Hall Date: Wed, 22 Sep 2021 08:26:40 -0400 Subject: [PATCH] permissions --- .github/workflows/deploy.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 3d2ae0f..2ce80d3 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -1,5 +1,7 @@ name: Deploy + + on: schedule: - cron: '0 1 * * *' # 1AM UTC; 9PM Eastern @@ -11,6 +13,10 @@ jobs: deploy: name: Deploy runs-on: ['ubuntu-latest'] + permissions: + id-token: write + contents: read + packages: write steps: - uses: actions/setup-go@v2 with: