Skip to content

Commit

Permalink
Update stage.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dhadka authored Aug 3, 2024
1 parent e62941c commit 51aaf10
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
java-version: 17
email: ${{ secrets.EMAIL }}
username: ${{ secrets.USERNAME }}
github-pat: ${{ secrets.PAT }}
github-token: ${{ secrets.PAT }}
gpg-signing-key: ${{ secrets.GPG_SIGNING_KEY }}
- name: Get project info
uses: MOEAFramework/.github/actions/get-project-info@main
Expand All @@ -52,8 +52,8 @@ jobs:
if: ${{ inputs.publish-github }}
uses: MOEAFramework/.github/actions/publish-github@main
with:
github-pat: ${{ secrets.GITHUB_TOKEN }}
github-token: ${{ secrets.GITHUB_TOKEN }}
- name: Trigger integration tests
uses: MOEAFramework/.github/actions/integration-test@main
with:
github-pat: ${{ secrets.PAT }}
github-token: ${{ secrets.PAT }}

0 comments on commit 51aaf10

Please sign in to comment.