diff options
Diffstat (limited to '.github/workflows/deploy_snapshot.yml')
-rw-r--r-- | .github/workflows/deploy_snapshot.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/deploy_snapshot.yml b/.github/workflows/deploy_snapshot.yml index 791bdf2e..87a06b2c 100644 --- a/.github/workflows/deploy_snapshot.yml +++ b/.github/workflows/deploy_snapshot.yml @@ -3,6 +3,10 @@ on: branches: - develop +permissions: + contents: write + actions: write + name: Deploy snapshot builds jobs: deploy-release-snapshot: |