Skip to content

Commit

Permalink
Merge pull request #53 from Lombiq/issue/OSOE-485
Browse files Browse the repository at this point in the history
OSOE-485: Update GitHub Actions workflows of all OSOCE projects from the OSS template
  • Loading branch information
wAsnk committed Feb 6, 2023
2 parents 3108d55 + 91a099b commit 2016ad3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ name: Create Jira issues for community activities

on:
discussion:
types: created
types: [created]
issues:
types: opened
types: [opened]
pull_request:
types: opened
types: [opened]

jobs:
call-publish-workflow:
create-jira-issues-for-community-activities:
uses: Lombiq/GitHub-Actions/.github/workflows/create-jira-issues-for-community-activities.yml@dev
secrets:
JIRA_BASE_URL: ${{ secrets.DEFAULT_JIRA_BASE_URL }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- v*

jobs:
call-publish-workflow:
publish-nuget:
uses: Lombiq/GitHub-Actions/.github/workflows/publish-nuget.yml@dev
secrets:
API_KEY: ${{ secrets.DEFAULT_NUGET_PUBLISH_API_KEY }}
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ on:
pull_request:

jobs:
call-validate-workflow:
validate-pull-request:
uses: Lombiq/GitHub-Actions/.github/workflows/validate-submodule-pull-request.yml@dev

0 comments on commit 2016ad3

Please sign in to comment.