Skip to content

Commit b8fc073

Browse files
fix production release workflow permissions
1 parent 2eb5c29 commit b8fc073

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/release-prod.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ name: Release Sourcebot (Production)
22

33
permissions:
44
contents: read
5+
packages: write
6+
id-token: write
57

68
on:
79
workflow_dispatch:

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
sourcebot:
3-
image: ghcr.io/sourcebot-dev/sourcebot:latest
3+
image: ghcr.io/sourcebot-dev/sourcebot:main
44
pull_policy: always
55
user: sourcebot
66
restart: always

0 commit comments

Comments
 (0)