Skip to content

Commit

Permalink
Merge pull request #20 from OakvilleDynamics/bugfix/workflow-push-fai…
Browse files Browse the repository at this point in the history
…lure

Fix workflow fail on actions push
  • Loading branch information
garrettsummerfi3ld authored Feb 21, 2024
2 parents fde7388 + dc6f338 commit 48c5123
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/syntax-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ on:
pull_request:
branches: [ main ]

# Set permissions for the workflow
permissions:
contents: write

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}
cancel-in-progress: true
Expand All @@ -24,8 +28,8 @@ jobs:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v4
with:
token: ${{ secrets.PAT }}
fetch-depth: 0
persist-credentials: false

# Setup Java 17
- uses: actions/setup-java@v4
Expand Down

0 comments on commit 48c5123

Please sign in to comment.