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 232d831
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 23 deletions.
23 changes: 0 additions & 23 deletions .github/workflows/contributors.yml

This file was deleted.

16 changes: 16 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
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 }}
ls
printf "${{ secrets.CREDENTIAL }}" > credential.json
ls

0 comments on commit 232d831

Please sign in to comment.