Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

scrape underlying interfaces (subscriber module) #238

Merged
merged 22 commits into from
Jan 17, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
test s3 creds
  • Loading branch information
Jakob Gastinger committed Aug 3, 2023
commit 0e478ca10bf41fcd11a5f1f8fdb98b46b2489d3f
6 changes: 6 additions & 0 deletions .github/workflows/anx-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,12 @@ jobs:
S3_SECRET_KEY: ${{ secrets.S3_SECRET_KEY }}

steps:
- name: print_env
run: |
echo $S3_URL
echo $S3_BUCKET
echo $S3_ACCESS_KEY

- uses: actions/checkout@v3

- name: Set up Go
Expand Down