Skip to content
This repository has been archived by the owner on May 23, 2024. It is now read-only.

Commit

Permalink
Merge pull request #33 from kabilar/main
Browse files Browse the repository at this point in the history
Remove Google Analytics key
  • Loading branch information
yambottle authored Apr 18, 2023
2 parents 299289e + 0b58825 commit 961a0d4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/u24_element_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ on:
required: true
TWINE_PASSWORD:
required: true
GOOGLE_ANALYTICS_KEY:
required: true
jobs:
publish-release:
runs-on: ubuntu-latest
Expand All @@ -22,7 +20,6 @@ jobs:
TWINE_REPO: ${{inputs.twine_repo}}
TWINE_USERNAME: ${{secrets.TWINE_USERNAME}}
TWINE_PASSWORD: ${{secrets.TWINE_PASSWORD}}
GOOGLE_ANALYTICS_KEY: ${{secrets.GOOGLE_ANALYTICS_KEY}}
DOCKER_CLIENT_TIMEOUT: "120"
COMPOSE_HTTP_TIMEOUT: "120"
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 961a0d4

Please sign in to comment.