diff --git a/.github/workflows/deploy1.yml b/.github/workflows/deploy1.yml index 48eea3c..42fddef 100644 --- a/.github/workflows/deploy1.yml +++ b/.github/workflows/deploy1.yml @@ -3,6 +3,11 @@ on: tags: - "v**" +permissions: # Same as deploy2.yml + contents: "write" + pages: "write" + id-token: "write" + jobs: update-versions: