Skip to content

Commit 88b319e

Browse files
committed
update visibility
1 parent 637751b commit 88b319e

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/quantms-containers.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,15 @@ jobs:
235235
}
236236
fi
237237
238+
- name: Make container public
239+
run: |
240+
curl -X PATCH \
241+
-H "Accept: application/vnd.github+json" \
242+
-H "Authorization: Bearer ${{ secrets.GITHUB_TOKEN }}" \
243+
-H "X-GitHub-Api-Version: 2022-11-28" \
244+
https://api.github.com/user/packages/container/bigbio%2Fopenms-tools-thirdparty-sif/versions \
245+
-d '{"visibility":"public"}'
246+
238247
- name: Notify on success
239248
if: success()
240249
run: |

0 commit comments

Comments
 (0)