Skip to content

Commit

Permalink
feat: remove env variables from git action
Browse files Browse the repository at this point in the history
  • Loading branch information
larry-neil-1206 committed Nov 21, 2024
1 parent 050c79e commit 2e74148
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,6 @@ jobs:
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
with:
tag_name: v${{ github.run_number }}
name: Release v${{ github.run_number }}
Expand Down

0 comments on commit 2e74148

Please sign in to comment.