Skip to content

Commit

Permalink
chore: e2e-security moved to weekly ci
Browse files Browse the repository at this point in the history
chore: release commands to stdout
  • Loading branch information
mdwagner committed Feb 26, 2024
1 parent fed5b7a commit 09b6305
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 16 deletions.
16 changes: 0 additions & 16 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,19 +63,3 @@ jobs:
- name: Run build
run: |
earthly +gh-action-e2e
e2e-security-specs:
needs: integration-specs
if: github.event_name == 'pull_request'
runs-on: ubuntu-latest
steps:
- uses: earthly/actions-setup@v1
with:
version: v0.8.0
- uses: actions/checkout@v4
- name: Run build
run: |
earthly +gh-action-e2e-security
env:
EARTHLY_SECRETS: "BRIGHT_TOKEN=${{ secrets.BRIGHT_API_KEY }},BRIGHT_PROJECT_ID=${{ secrets.BRIGHT_PROJECT_ID }}"
EARTHLY_BUILD_ARGS: "github_ref=${{ github.ref }},github_sha=${{ github.sha }},github_run_id=${{ github.run_id }}"
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ jobs:
sha_="$(curl -sL $url_ | sha256sum | awk '{print $1}')"
version_="$(yq '.version' shard.yml)"
set -x
gh workflow run release.yml \
-R luckyframework/homebrew-lucky \
-f url=$url_ \
Expand All @@ -105,6 +106,7 @@ jobs:
sha_="$(curl -sL $url_.sha256)"
version_="$(yq '.version' shard.yml)"
set -x
gh workflow run release.yml \
-R luckyframework/scoop-bucket \
-f url=$url_ \
Expand Down
15 changes: 15 additions & 0 deletions .github/workflows/weekly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,18 @@ jobs:
- name: Run build
run: |
earthly +gh-action-weekly
e2e-security-specs:
needs: integration-specs
runs-on: ubuntu-latest
steps:
- uses: earthly/actions-setup@v1
with:
version: v0.8.0
- uses: actions/checkout@v4
- name: Run build
run: |
earthly +gh-action-e2e-security
env:
EARTHLY_SECRETS: "BRIGHT_TOKEN=${{ secrets.BRIGHT_API_KEY }},BRIGHT_PROJECT_ID=${{ secrets.BRIGHT_PROJECT_ID }}"
EARTHLY_BUILD_ARGS: "github_ref=${{ github.ref }},github_sha=${{ github.sha }},github_run_id=${{ github.run_id }}"

0 comments on commit 09b6305

Please sign in to comment.