Skip to content

Commit f872402

Browse files
authored
Fix ci perms (#8)
1 parent f4484e8 commit f872402

File tree

3 files changed

+8
-12
lines changed

3 files changed

+8
-12
lines changed

.github/workflows/release.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,19 @@ jobs:
1111
runs-on: ubuntu-latest
1212

1313
permissions:
14-
contents: read
14+
contents: write
1515
packages: write
1616
attestations: write
1717
id-token: write
1818

19+
env:
20+
KO_DOCKER_REPO: ghcr.io/rpcpool
21+
1922
steps:
2023
- name: Checkout Code
2124
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
25+
with:
26+
fetch-depth: 0
2227

2328
- name: Set up Go
2429
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0

.goreleaser.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,7 @@ changelog:
4747
kos:
4848
- id: certificator
4949
build: certificator
50-
repositories:
51-
- ghcr.io/rpcpool/certificator
50+
base_import_paths: true
5251
- id: certificatee
5352
build: certificatee
54-
repositories:
55-
- ghcr.io/rpcpool/certificatee
53+
base_import_paths: true

Dockerfile

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)