Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
alyssa committed Nov 30, 2024
1 parent 05ecab8 commit d7f4db5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/caddy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ jobs:
container:
image: alpine:edge
env:
BUILDS_S3_ACCESS_KEY_ID=${{ secrets.BUILDS_S3_ACCESS_KEY_ID }}
BUILDS_S3_SECRET_ACCESS_KEY=${{ secrets.BUILDS_S3_SECRET_ACCESS_KEY }}
BUILDS_S3_ACCESS_KEY_ID: ${{ secrets.BUILDS_S3_ACCESS_KEY_ID }}
BUILDS_S3_SECRET_ACCESS_KEY: ${{ secrets.BUILDS_S3_SECRET_ACCESS_KEY }}
steps:
- uses: actions/checkout@v1
- run: sh caddy.sh ${{ github.sha }}
4 changes: 2 additions & 2 deletions .github/workflows/nomad.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ jobs:
container:
image: alpine:edge
env:
BUILDS_S3_ACCESS_KEY_ID=${{ secrets.BUILDS_S3_ACCESS_KEY_ID }}
BUILDS_S3_SECRET_ACCESS_KEY=${{ secrets.BUILDS_S3_SECRET_ACCESS_KEY }}
BUILDS_S3_ACCESS_KEY_ID: ${{ secrets.BUILDS_S3_ACCESS_KEY_ID }}
BUILDS_S3_SECRET_ACCESS_KEY: ${{ secrets.BUILDS_S3_SECRET_ACCESS_KEY }}
steps:
- uses: actions/checkout@v1
- run: sh nomad.sh ${{ github.sha }}

0 comments on commit d7f4db5

Please sign in to comment.