aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorheqnx <root@heqnx.com>2025-03-12 18:56:58 +0200
committerheqnx <root@heqnx.com>2025-03-12 18:56:58 +0200
commit929c868ea8f9d3d741b5a7ea551ade3b34a0c365 (patch)
tree64393038ea57d5ca785d64c91b549f85c2054c38 /.github/workflows
parenta9d1cbb13ba0a68bcdc10d4cc6428c6e342396e2 (diff)
downloadssh-bip39gen-main.tar.gz
ssh-bip39gen-main.zip
added permissionsHEADv1.0.0main
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/build-release.yaml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/build-release.yaml b/.github/workflows/build-release.yaml
index 8076ce1..fb1abd3 100644
--- a/.github/workflows/build-release.yaml
+++ b/.github/workflows/build-release.yaml
@@ -5,6 +5,9 @@ on:
tags:
- "v*.*.*"
+permissions:
+ contents: write
+
jobs:
build:
runs-on: ubuntu-latest