Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
moughxyz committed Mar 25, 2024
1 parent 6ab0997 commit 7b5d278
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/env.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
name: Echo CI

on: workflow_dispatch
on:
workflow_dispatch:
push:

jobs:
debug:
name: Debug
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
Expand Down

0 comments on commit 7b5d278

Please sign in to comment.