Skip to content

Commit

Permalink
Cleanup maven-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
LeonBein authored Aug 21, 2024
1 parent 4a8ad74 commit 2536e66
Showing 1 changed file with 0 additions and 25 deletions.
25 changes: 0 additions & 25 deletions .github/workflows/maven-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,31 +10,6 @@ on:
branches: [ main ]

jobs:
pat:
name: Test PAT
runs-on: ubuntu-latest
steps:
- name: Checkout the repository
uses: actions/checkout@v3
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 18
- name: Install dependencies
run: yarn install
env:
GITHUB_TOKEN: ${{ secrets.TOKEN }}

triage:
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- uses: actions/labeler@v4
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}

Release:
if: github.repository == 'INSM-TUM/Scylla-Plugin--SOPA' # Only main repo has permissions to publish this

Expand Down

0 comments on commit 2536e66

Please sign in to comment.