Skip to content

Commit

Permalink
add goreleaser write permission
Browse files Browse the repository at this point in the history
  • Loading branch information
KarnerTh committed Feb 12, 2025
1 parent 5884b7f commit 6811be1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ on:
push:
tags:
- "*"
permissions:
contents: write

jobs:
goreleaser:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Prepare sqlite database
run: make prepare-sqlite
- name: Wait for docker containers to start
run: sleep 30
run: sleep 60
- name: Set up Go
uses: actions/setup-go@v5
with:
Expand Down
2 changes: 1 addition & 1 deletion test/mssql/entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash
# Source: https://cardano.github.io/blog/2017/11/15/mssql-docker-container
wait_time=30s
wait_time=60s
password=securePassword1!

# wait for SQL Server to come up
Expand Down

0 comments on commit 6811be1

Please sign in to comment.