Skip to content

Commit

Permalink
Remve AWS_REGION env var as it is not used in new paws
Browse files Browse the repository at this point in the history
  • Loading branch information
ateucher committed Feb 10, 2025
1 parent f8481f0 commit 5ec1105
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/create-usage-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ jobs:
NMFS_GRAFANA_TOKEN: ${{ secrets.NMFS_GRAFANA_TOKEN }}
NMFS_AWS_ACCESS_KEY_ID: ${{ secrets.NMFS_AWS_ACCESS_KEY_ID }}
NMFS_AWS_SECRET_ACCESS_KEY: ${{ secrets.NMFS_AWS_SECRET_ACCESS_KEY }}
AWS_REGION: ${{ secrets.AWS_REGION }}
GITHUB_PAT: ${{ secrets.GH_PAT }}
REPORT_DIR: _hub-usage-reporting

Expand Down

0 comments on commit 5ec1105

Please sign in to comment.