diff options
author | heqnx <root@heqnx.com> | 2025-03-12 18:56:58 +0200 |
---|---|---|
committer | heqnx <root@heqnx.com> | 2025-03-12 18:56:58 +0200 |
commit | 929c868ea8f9d3d741b5a7ea551ade3b34a0c365 (patch) | |
tree | 64393038ea57d5ca785d64c91b549f85c2054c38 /.github | |
parent | a9d1cbb13ba0a68bcdc10d4cc6428c6e342396e2 (diff) | |
download | ssh-bip39gen-929c868ea8f9d3d741b5a7ea551ade3b34a0c365.tar.gz ssh-bip39gen-929c868ea8f9d3d741b5a7ea551ade3b34a0c365.zip |
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/build-release.yaml | 3 |
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 |