Skip to content

Commit 1f1044f

Browse files
authored
build: Remove tap key (#1687)
We are no longer using the tap functionality in GoReleaser Signed-off-by: Charlie Egan <charlieegan3@users.noreply.github.com> Co-authored-by: Charlie Egan <charlieegan3@users.noreply.github.com>
1 parent 8d7f0b3 commit 1f1044f

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

.github/workflows/push-tags.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,7 @@ jobs:
3434
with:
3535
install-only: true
3636

37-
- name: Generate GitHub App Token
38-
id: generate_token
39-
uses: tibdex/github-app-token@3beb63f4bd073e61482598c45c71c1019b59b73a # v2.1.0
40-
with:
41-
app_id: ${{ secrets.PLATFORM_AUTOMATION_GH_APP_ID }}
42-
private_key: ${{ secrets.PLATFORM_AUTOMATION_GH_APP_PEM_KEY }}
43-
4437
- name: Run GoReleaser
4538
run: goreleaser release
4639
env:
47-
TAP_GITHUB_TOKEN: ${{ steps.generate_token.outputs.token }}
4840
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)