Skip to content

Commit 78d7f52

Browse files
committed
update visibility
1 parent 88b319e commit 78d7f52

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/quantms-containers.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -235,15 +235,6 @@ 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-
247238
- name: Notify on success
248239
if: success()
249240
run: |

0 commit comments

Comments
 (0)