Skip to content

Commit

Permalink
Merge pull request #7 from sydseter/feature/artifact-uploads
Browse files Browse the repository at this point in the history
Allow egress to opencre.org
  • Loading branch information
sydseter authored Mar 31, 2024
2 parents c0e1160 + f4f0b4f commit 5515f3c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
packages.microsoft.com:443
ppa.launchpadcontent.net:443
pypi.org:443
opencre.org:443
- name: Checkout repository
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
# Set the pip environment up
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
packages.microsoft.com:443
ppa.launchpadcontent.net:443
pypi.org:443
opencre.org:443
- name: Checkout repository
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
# Set the pip environment up
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/run-tests-generate-output.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
packages.microsoft.com:443
ppa.launchpadcontent.net:443
pypi.org:443
opencre.org:443
- name: Checkout repository
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
# Set the pip environment up
Expand Down

0 comments on commit 5515f3c

Please sign in to comment.