Skip to content

Commit 19be2b8

Browse files
authored
Merge pull request #1079 from GitGuardian/severine/deprecate-gitguardian-homebrew-tap
chore: don't update GitGuardian/homebrew-tap/ anymore
2 parents b6b8ab7 + d768697 commit 19be2b8

File tree

1 file changed

+0
-28
lines changed

1 file changed

+0
-28
lines changed

.github/workflows/tag.yml

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -124,34 +124,6 @@ jobs:
124124
tag_with_ref: true
125125
tags: latest
126126

127-
push_to_tap:
128-
needs: push_to_pypi
129-
name: Push to GitGuardian taps
130-
runs-on: ubuntu-22.04
131-
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags')
132-
steps:
133-
- name: Set up Python 3.9
134-
uses: actions/setup-python@v5
135-
with:
136-
python-version: 3.9
137-
138-
- name: Checkout Homebrew-tap
139-
uses: actions/checkout@v4
140-
with:
141-
repository: GitGuardian/homebrew-tap
142-
token: ${{ secrets.PAT_GITHUB }}
143-
144-
- name: Update Homebrew-tap
145-
run: |
146-
version=${GITHUB_REF/refs\/tags\/v/}
147-
148-
git config user.name github-actions
149-
git config user.email [email protected]
150-
151-
scripts/update-ggshield --commit "$version"
152-
153-
git push
154-
155127
push_to_cloudsmith:
156128
needs: build_release_assets
157129
runs-on: ubuntu-22.04

0 commit comments

Comments
 (0)