Skip to content

Commit

Permalink
chore: testing github workflow
Browse files Browse the repository at this point in the history
Update main.yml

Update main.yml

Update main.yml

Update main.yml

Update main.yml

Update main.yml

Update main.yml

Update main.yml

Update main.yml

Update main.yml
  • Loading branch information
aap01 committed Apr 2, 2024
1 parent 96ba837 commit 095ca16
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 23 deletions.
23 changes: 0 additions & 23 deletions .github/workflows/contributors.yml

This file was deleted.

15 changes: 15 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Add contributors
on:
push:

jobs:
add-contributors:
runs-on: ubuntu-latest
environment: prod
steps:
- uses: actions/checkout@v2
- run: |
echo "hello world"
echo ${{ vars.API_PORT }}
echo ${{ secrets.CREDENTIAL }} >> credential.json
echo pwd

0 comments on commit 095ca16

Please sign in to comment.