Skip to content

Commit

Permalink
Update tag_release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidAZimmerly authored Dec 30, 2024
1 parent d1eb37b commit 8bd4b3e
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/tag_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ name: Release
# Manual trigger for the workflow
on:
push:
branches:
- main
tags:
- 'v*'

Expand All @@ -13,7 +11,7 @@ permissions:
packages: read # Grants read-only access to GitHub packages

env:
GITHUB_PERSONAL_ACCESS_TOKEN: ${{ secrets.SECRET_GITHUB_PERSONAL_ACCESS_TOKEN }}
GITHUB_PERSONAL_ACCESS_TOKEN: ${{ secrets.PAT }}

jobs:
build:
Expand Down Expand Up @@ -47,8 +45,6 @@ jobs:

- name: Publish to GitHub Packages
run: ./gradlew publish
env:
GITHUB_PERSONAL_ACCESS_TOKEN: ${{ secrets.ARCXP_ORG_PACKAGES_TOKEN }}

- name: Send Slack Message
if: always()
Expand Down

0 comments on commit 8bd4b3e

Please sign in to comment.